Mono Class Library: OverviewSystem.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
[read-only] CodeBase string. Get the absolute path from which the assembly was originally loaded. [read-only] EntryPoint MethodInfo. Returns a System.Reflection.MethodInfo for the Entry Point in the assembly if it exists. [read-only] EscapedCodeBase string. Documentation for this section has not yet been entered. [read-only] Evidence System.Security.Policy.Evidence. Documentation for this section has not yet been entered. [read-only] FullName string. Gets the full name of the assembly. [read-only] GlobalAssemblyCache bool. Gets a boolean value whether the assembly was loaded from the GAC (Global Assembly Cache). [read-only] HostContext long. Documentation for this section has not yet been entered. [read-only] ImageRuntimeVersion string. Get the version of the CLR stored in the assembly. [read-only] Location string. 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] ManifestModule Module. Documentation for this section has not yet been entered. [read-only] ReflectionOnly bool. Documentation for this section has not yet been entered.