Show / Hide Table of Contents

Class AssemblyDataProvider

Provides assembly name information.

Inheritance
System.Object
AssemblyDataProvider
Implements
IAssemblyDataProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Liminal.SDK.Serialization
Assembly: Liminal.SDK.dll
Syntax
public class AssemblyDataProvider : IAssemblyDataProvider

Constructors

| Improve this Doc View Source

AssemblyDataProvider(Assembly)

Creates an AssemblyDataProvider with a specific assembly.

Declaration
public AssemblyDataProvider(Assembly asm)
Parameters
Type Name Description
System.Reflection.Assembly asm

The assembly.

| Improve this Doc View Source

AssemblyDataProvider(String)

Creates an AssemblyDataProvider with a specific assembly name.

Declaration
public AssemblyDataProvider(string name)
Parameters
Type Name Description
System.String name

The assembly name.

Properties

| Improve this Doc View Source

FullName

Gets the full name of the assembly.

Declaration
public string FullName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets the name of the assembly.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Implements

IAssemblyDataProvider
  • Improve this Doc
  • View Source
Back to top Generated by DocFX