Show / Hide Table of Contents

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 Source

FullName

Gets the full name of the assembly.

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

Name

Gets the name of the assembly.

Declaration
string Name { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX