The members of System.Reflection.Assembly are listed below.
See Also: Inherited members from System.Object
Assembly() | Documentation for this section has not yet been entered. |
| [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] | IsDynamic | bool. Documentation for this section has not yet been entered. |
| [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] | PermissionSet | System.Security.PermissionSet. Documentation for this section has not yet been entered. |
| [read-only] | ReflectionOnly | bool. Documentation for this section has not yet been entered. |
CreateInstance(string)Locates the specified type from this assembly and creates an instance of it using case-sensitive search. | ||
CreateInstance(string, bool)Documentation for this section has not yet been entered. | ||
CreateInstance(string, bool, BindingFlags, Binder, object[], System.Globalization.CultureInfo, object[])Documentation for this section has not yet been entered. | ||
static | CreateQualifiedName(string, string)Documentation for this section has not yet been entered. | |
override | Equals(object)Documentation for this section has not yet been entered. | |
static | GetAssembly(Type)Documentation for this section has not yet been entered. | |
static | GetCallingAssembly()Gives the Assembly of the method which invoked the currently running method. | |
GetCustomAttributes(bool)Documentation for this section has not yet been entered. | ||
GetCustomAttributes(Type, bool)Documentation for this section has not yet been entered. | ||
static | GetEntryAssembly()Documentation for this section has not yet been entered. | |
static | GetExecutingAssembly()Documentation for this section has not yet been entered. | |
GetExportedTypes()Documentation for this section has not yet been entered. | ||
GetFile(string)Documentation for this section has not yet been entered. | ||
GetFiles()Documentation for this section has not yet been entered. | ||
GetFiles(bool)Documentation for this section has not yet been entered. | ||
override | GetHashCode()Documentation for this section has not yet been entered. | |
GetLoadedModules()Documentation for this section has not yet been entered. | ||
GetLoadedModules(bool)Documentation for this section has not yet been entered. | ||
GetManifestResourceInfo(string)Documentation for this section has not yet been entered. | ||
GetManifestResourceNames()Documentation for this section has not yet been entered. | ||
GetManifestResourceStream(string)Documentation for this section has not yet been entered. | ||
GetManifestResourceStream(Type, string)Documentation for this section has not yet been entered. | ||
GetModule(string)Documentation for this section has not yet been entered. | ||
GetModules()Documentation for this section has not yet been entered. | ||
GetModules(bool)Documentation for this section has not yet been entered. | ||
GetName()Documentation for this section has not yet been entered. | ||
GetName(bool)Documentation for this section has not yet been entered. | ||
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)Documentation for this section has not yet been entered. | ||
GetReferencedAssemblies()Documentation for this section has not yet been entered. | ||
GetSatelliteAssembly(System.Globalization.CultureInfo)Documentation for this section has not yet been entered. | ||
GetSatelliteAssembly(System.Globalization.CultureInfo, Version)Documentation for this section has not yet been entered. | ||
GetType()Documentation for this section has not yet been entered. | ||
GetType(string)Returns the Type object with the specified name defined in the current assembly. | ||
GetType(string, bool)Documentation for this section has not yet been entered. | ||
GetType(string, bool, bool)Documentation for this section has not yet been entered. | ||
GetTypes()Returns the types defined in the current assembly. | ||
IsDefined(Type, bool)Documentation for this section has not yet been entered. | ||
static | Load(byte[])Documentation for this section has not yet been entered. | |
static | Load(AssemblyName)Documentation for this section has not yet been entered. | |
static | Load(string)Loads the specified assembly. | |
static | Load(byte[], byte[])Documentation for this section has not yet been entered. | |
static | Load(AssemblyName, System.Security.Policy.Evidence)Documentation for this section has not yet been entered. | |
static | Load(string, System.Security.Policy.Evidence)Documentation for this section has not yet been entered. | |
static | Load(byte[], byte[], System.Security.Policy.Evidence)Documentation for this section has not yet been entered. | |
static | Load(byte[], byte[], System.Security.SecurityContextSource)Documentation for this section has not yet been entered. | |
static | LoadFile(string)Documentation for this section has not yet been entered. | |
static | LoadFile(string, System.Security.Policy.Evidence)Documentation for this section has not yet been entered. | |
static | LoadFrom(string)Documentation for this section has not yet been entered. | |
static | LoadFrom(string, System.Security.Policy.Evidence)Documentation for this section has not yet been entered. | |
static | LoadFrom(string, byte[], System.Configuration.Assemblies.AssemblyHashAlgorithm)Documentation for this section has not yet been entered. | |
static | LoadFrom(string, System.Security.Policy.Evidence, byte[], System.Configuration.Assemblies.AssemblyHashAlgorithm)Documentation for this section has not yet been entered. | |
LoadModule(string, byte[])Documentation for this section has not yet been entered. | ||
LoadModule(string, byte[], byte[])Documentation for this section has not yet been entered. | ||
static | LoadWithPartialName(string)Documentation for this section has not yet been entered. | |
static | LoadWithPartialName(string, System.Security.Policy.Evidence)Documentation for this section has not yet been entered. | |
static | ReflectionOnlyLoad(byte[])Documentation for this section has not yet been entered. | |
static | ReflectionOnlyLoad(string)Documentation for this section has not yet been entered. | |
static | ReflectionOnlyLoadFrom(string)Documentation for this section has not yet been entered. | |
override | ToString()Returns a string representation of the value of the current instance. | |
| ModuleResolve | Documentation for this section has not yet been entered. |