Interface IAssemblyDataProvider
An interface for providing assembly information to the serialization framework.
Namespace: Liminal.SDK.Serialization
Assembly: Liminal.SDK.dll
Syntax
public interface IAssemblyDataProvider
Properties
| Improve this Doc View SourceFullName
Gets the full name of the assembly.
Declaration
string FullName { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of the assembly.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |