IAssemblyMetadata Interface
Provides information about user assemblies.
Syntax
public interface IAssemblyMetadata
Remarks
internal use only
Requirements
Namespace: Sansar.Metadata
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
Members
Public Properties
[read-only]
|
AllTypes | IScriptMetadata[]. Collects all script types in the assembly, sorted by name |
[read-only]
|
CompilerApiVersion | Version . Returns the API version the assembly was compiled against. |
Member Details
AllTypes Property
Collects all script types in the assembly, sorted by nameSyntax
public IScriptMetadata[] AllTypes { get; }Value
An array of all script types in the assemblyRemarks
internal use onlyRequirements
Namespace: Sansar.Metadata
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
CompilerApiVersion Property
Returns the API version the assembly was compiled against.Syntax
public Version CompilerApiVersion { get; }Value
The API version.Remarks
internal use onlyRequirements
Namespace: Sansar.Metadata
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
0 Comments