Mono Class Library: Overview

System.Reflection.Assembly: Property Members

The properties of System.Reflection.Assembly are listed below. For a list of all members, see the Assembly Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
CodeBasestring. Get the absolute path from which the assembly was originally loaded.
[read-only]
EntryPointMethodInfo. Returns a System.Reflection.MethodInfo for the Entry Point in the assembly if it exists.
[read-only]
EscapedCodeBasestring. Documentation for this section has not yet been entered.
[read-only]
EvidenceSystem.Security.Policy.Evidence. Documentation for this section has not yet been entered.
[read-only]
FullNamestring. Gets the full name of the assembly.
[read-only]
GlobalAssemblyCachebool. Gets a boolean value whether the assembly was loaded from the GAC (Global Assembly Cache).
[read-only]
HostContextlong. Documentation for this section has not yet been entered.
[read-only]
ImageRuntimeVersionstring. Get the version of the CLR stored in the assembly.
[read-only]
Locationstring. Returns the location of the loaded assembly if the assembly was loaded from disk. If the assembly was loaded from memory, returns an empty ("") string.
[read-only]
ManifestModuleModule. Documentation for this section has not yet been entered.
[read-only]
ReflectionOnlybool. Documentation for this section has not yet been entered.