Class AssemblyDataProvider
Provides assembly name information.
Inheritance
System.Object
AssemblyDataProvider
Implements
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 SourceAssemblyDataProvider(Assembly)
Creates an AssemblyDataProvider with a specific assembly.
Declaration
public AssemblyDataProvider(Assembly asm)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | asm | The assembly. |
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 SourceFullName
Gets the full name of the assembly.
Declaration
public string FullName { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of the assembly.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |