IAssemblyMetadata

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

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 name

Syntax

public IScriptMetadata[] AllTypes { get; }

Value

An array of all script types in the assembly

Remarks

internal use only

Requirements

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 only

Requirements

Namespace: Sansar.Metadata
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0


Was this article helpful?
2 out of 2 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.