|
| Name | Description |
|---|
.gif) .gif) | CreateInstance(String) | Locates the specified type from this assembly and creates an instance of it using the system activator, using case-sensitive search. |
.gif) | CreateInstance(String, Boolean) | Locates the specified type from this assembly and creates an instance of it using the system activator, with optional case-sensitive search. |
.gif) | CreateInstance(String, Boolean, BindingFlags, Binder, array<Object>[]()[], CultureInfo, array<Object>[]()[]) | Locates the specified type from this assembly and creates an instance of it using the system activator, with optional case-sensitive search and having the specified culture, arguments, and binding and activation attributes. |
.gif) .gif) | CreateQualifiedName | Creates the name of a type qualified by the display name of its assembly. |
.gif) .gif) .gif) | Equals | Determines whether this assembly and the specified object are equal. (Overrides Object..::.Equals(Object).)
In XNA Framework 3.0, this member is inherited from Object..::.Equals(Object).
In Portable Class Library Portable Class Library, this member is inherited from Object..::.Equals(Object). |
.gif) .gif) .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) | GetAssembly | Gets the currently loaded assembly in which the specified class is defined. |
.gif) .gif) .gif) .gif) | GetCallingAssembly | Returns the Assembly of the method that invoked the currently executing method. |
.gif) .gif) .gif) | GetCustomAttributes(Boolean) | Gets all the custom attributes for this assembly. |
.gif) .gif) .gif) | GetCustomAttributes(Type, Boolean) | Gets the custom attributes for this assembly as specified by type. |
.gif) | GetCustomAttributesData | Returns information about the attributes that have been applied to the current Assembly, expressed as CustomAttributeData objects. |
.gif) .gif) | GetEntryAssembly | Gets the process executable in the default application domain. In other application domains, this is the first executable that was executed by AppDomain..::.ExecuteAssembly. |
.gif) .gif) .gif) .gif) | GetExecutingAssembly | Gets the assembly that contains the code that is currently executing. |
.gif) | GetExportedTypes | Gets the public types defined in this assembly that are visible outside the assembly. |
.gif) | GetFile | Gets a FileStream for the specified file in the file table of the manifest of this assembly. |
.gif) | GetFiles()()() | Gets the files in the file table of an assembly manifest. |
.gif) | GetFiles(Boolean) | Gets the files in the file table of an assembly manifest, specifying whether to include resource modules. |
.gif) .gif) .gif) | GetHashCode | Returns the hash code for this instance. (Overrides Object..::.GetHashCode()()().)
In XNA Framework 3.0, this member is inherited from Object..::.GetHashCode()()().
In Portable Class Library Portable Class Library, this member is inherited from Object..::.GetHashCode()()(). |
.gif) | GetLoadedModules()()() | Gets all the loaded modules that are part of this assembly. |
.gif) | GetLoadedModules(Boolean) | Gets all the loaded modules that are part of this assembly, specifying whether to include resource modules. |
.gif) | GetManifestResourceInfo | Returns information about how the given resource has been persisted. |
.gif) .gif) .gif) | GetManifestResourceNames | Returns the names of all the resources in this assembly. |
.gif) .gif) .gif) | GetManifestResourceStream(String) | Loads the specified manifest resource from this assembly. |
.gif) .gif) .gif) | GetManifestResourceStream(Type, String) | Loads the specified manifest resource, scoped by the namespace of the specified type, from this assembly. |
.gif) | GetModule | Gets the specified module in this assembly. |
.gif) .gif) .gif) | GetModules()()() | Gets all the modules that are part of this assembly. |
.gif) | GetModules(Boolean) | Gets all the modules that are part of this assembly, specifying whether to include resource modules. |
.gif) .gif) | GetName()()() | Gets an AssemblyName for this assembly. |
.gif) .gif) | GetName(Boolean) | Gets an AssemblyName for this assembly, setting the codebase as specified by copiedName. |
.gif) | GetObjectData | Gets serialization information with all of the data needed to reinstantiate this assembly. |
.gif) | GetReferencedAssemblies | Gets the AssemblyName objects for all the assemblies referenced by this assembly. |
.gif) .gif) .gif) | GetSatelliteAssembly(CultureInfo) | Gets the satellite assembly for the specified culture. |
.gif) .gif) .gif) | GetSatelliteAssembly(CultureInfo, Version) | Gets the specified version of the satellite assembly for the specified culture. |
.gif) .gif) .gif) | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) .gif) | GetType(String) | Gets the Type object with the specified name in the assembly instance. |
.gif) .gif) .gif) | GetType(String, Boolean) | Gets the Type object with the specified name in the assembly instance and optionally throws an exception if the type is not found. |
.gif) | GetType(String, Boolean, Boolean) | Gets the Type object with the specified name in the assembly instance, with the options of ignoring the case, and of throwing an exception if the type is not found. |
.gif) .gif) .gif) | GetTypes | Gets the types defined in this assembly. |
.gif) .gif) .gif) | IsDefined | Indicates whether or not a specified attribute has been applied to the assembly. |
.gif) .gif) .gif) | Load(AssemblyName) | Loads an assembly given its AssemblyName. |
.gif) .gif) | Load(array<Byte>[]()[]) | Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly. The assembly is loaded into the application domain of the caller. |
.gif) .gif) .gif) .gif) | Load(String) | Loads an assembly given the long form of its name. |
.gif) .gif) | Load(AssemblyName, Evidence) | Obsolete. Loads an assembly given its AssemblyName. The assembly is loaded into the domain of the caller using the supplied evidence. |
.gif) .gif) | Load(array<Byte>[]()[], array<Byte>[]()[]) | Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly, optionally including symbols for the assembly. The assembly is loaded into the application domain of the caller. |
.gif) .gif) | Load(String, Evidence) | Obsolete. Loads an assembly given its display name, loading the assembly into the domain of the caller using the supplied evidence. |
.gif) .gif) | Load(array<Byte>[]()[], array<Byte>[]()[], Evidence) | Obsolete. Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly, optionally including symbols and evidence for the assembly. The assembly is loaded into the application domain of the caller. |
.gif) .gif) | Load(array<Byte>[]()[], array<Byte>[]()[], SecurityContextSource) | Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly, optionally including symbols and specifying the source for the security context. The assembly is loaded into the application domain of the caller. |
.gif) .gif) | LoadFile(String) | Loads the contents of an assembly file on the specified path. |
.gif) .gif) | LoadFile(String, Evidence) | Obsolete. Loads an assembly given its path, loading the assembly into the domain of the caller using the supplied evidence. |
.gif) .gif) .gif) | LoadFrom(String) | Loads an assembly given its file name or path. |
.gif) .gif) | LoadFrom(String, Evidence) | Obsolete. Loads an assembly given its file name or path and supplying security evidence. |
.gif) .gif) | LoadFrom(String, array<Byte>[]()[], AssemblyHashAlgorithm) | Loads an assembly given its file name or path, hash value, and hash algorithm. |
.gif) .gif) | LoadFrom(String, Evidence, array<Byte>[]()[], AssemblyHashAlgorithm) | Obsolete. Loads an assembly given its file name or path, security evidence, hash value, and hash algorithm. |
.gif) | LoadModule(String, array<Byte>[]()[]) | Loads the module, internal to this assembly, with a common object file format (COFF)-based image containing an emitted module, or a resource file. |
.gif) | LoadModule(String, array<Byte>[]()[], array<Byte>[]()[]) | Loads the module, internal to this assembly, with a common object file format (COFF)-based image containing an emitted module, or a resource file. The raw bytes representing the symbols for the module are also loaded. |
.gif) .gif) | LoadWithPartialName(String) | Obsolete. Loads an assembly from the application directory or from the global assembly cache using a partial name. |
.gif) .gif) | LoadWithPartialName(String, Evidence) | Obsolete. Loads an assembly from the application directory or from the global assembly cache using a partial name. The assembly is loaded into the domain of the caller using the supplied evidence. |
.gif) .gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) .gif) | ReflectionOnlyLoad(array<Byte>[]()[]) | Loads the assembly from a common object file format (COFF)-based image containing an emitted assembly. The assembly is loaded into the reflection-only context of the caller's application domain. |
.gif) .gif) | ReflectionOnlyLoad(String) | Loads an assembly into the reflection-only context, given its display name. |
.gif) .gif) | ReflectionOnlyLoadFrom | Loads an assembly into the reflection-only context, given its path. |
.gif) .gif) .gif) | ToString | Returns the full name of the assembly, also known as the display name. (Overrides Object..::.ToString()()().) |
.gif) .gif) | UnsafeLoadFrom | Loads an assembly into the load-from context, bypassing some security checks. |