Assembly Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CreateInstance(String^) | Locates the specified type from this assembly and creates an instance of it using the system activator, using case-sensitive search. |
![]() | 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. |
![]() | 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. |
![]() ![]() | CreateQualifiedName(String^, String^) | Creates the name of a type qualified by the display name of its assembly. |
![]() | Equals(Object^) | Determines whether this assembly and the specified object are equal.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() ![]() | GetAssembly(Type^) | Gets the currently loaded assembly in which the specified type is defined. |
![]() ![]() | GetCallingAssembly() | Returns the Assembly of the method that invoked the currently executing method. |
![]() | GetCustomAttributes(Boolean) | Gets all the custom attributes for this assembly. |
![]() | GetCustomAttributes(Type^, Boolean) | Gets the custom attributes for this assembly as specified by type. |
![]() | GetCustomAttributesData() | Returns information about the attributes that have been applied to the current Assembly, expressed as CustomAttributeData objects. |
![]() ![]() | 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. |
![]() ![]() | GetExecutingAssembly() | Gets the assembly that contains the code that is currently executing. |
![]() | GetExportedTypes() | Gets the public types defined in this assembly that are visible outside the assembly. |
![]() | GetFile(String^) | Gets a FileStream for the specified file in the file table of the manifest of this assembly. |
![]() | GetFiles() | Gets the files in the file table of an assembly manifest. |
![]() | GetFiles(Boolean) | Gets the files in the file table of an assembly manifest, specifying whether to include resource modules. |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides Object::GetHashCode().) |
![]() | GetLoadedModules() | Gets all the loaded modules that are part of this assembly. |
![]() | GetLoadedModules(Boolean) | Gets all the loaded modules that are part of this assembly, specifying whether to include resource modules. |
![]() | GetManifestResourceInfo(String^) | Returns information about how the given resource has been persisted. |
![]() | GetManifestResourceNames() | Returns the names of all the resources in this assembly. |
![]() | GetManifestResourceStream(String^) | Loads the specified manifest resource from this assembly. |
![]() | GetManifestResourceStream(Type^, String^) | Loads the specified manifest resource, scoped by the namespace of the specified type, from this assembly. |
![]() | GetModule(String^) | Gets the specified module in this assembly. |
![]() | GetModules() | Gets all the modules that are part of this assembly. |
![]() | GetModules(Boolean) | Gets all the modules that are part of this assembly, specifying whether to include resource modules. |
![]() | GetName() | Gets an AssemblyName for this assembly. |
![]() | GetName(Boolean) | Gets an AssemblyName for this assembly, setting the codebase as specified by copiedName. |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Gets serialization information with all of the data needed to reinstantiate this assembly. |
![]() | GetReferencedAssemblies() | Gets the AssemblyName objects for all the assemblies referenced by this assembly. |
![]() | GetSatelliteAssembly(CultureInfo^) | Gets the satellite assembly for the specified culture. |
![]() | GetSatelliteAssembly(CultureInfo^, Version^) | Gets the specified version of the satellite assembly for the specified culture. |
![]() | GetType() | |
![]() | GetType(String^) | Gets the Type object with the specified name in the assembly instance. |
![]() | 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. |
![]() | 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. |
![]() | GetTypes() | Gets the types defined in this assembly. |
![]() | IsDefined(Type^, Boolean) | Indicates whether or not a specified attribute has been applied to the assembly. |
![]() ![]() | Load(AssemblyName^) | Loads an assembly given its AssemblyName. |
![]() ![]() | Load(AssemblyName^, Evidence^) | Obsolete. Loads an assembly given its AssemblyName. The assembly is loaded into the domain of the caller using the supplied evidence. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | Load(String^) | Loads an assembly given the long form of its name. |
![]() ![]() | Load(String^, Evidence^) | Obsolete. Loads an assembly given its display name, loading the assembly into the domain of the caller using the supplied evidence. |
![]() ![]() | LoadFile(String^) | Loads the contents of an assembly file on the specified path. |
![]() ![]() | LoadFile(String^, Evidence^) | Obsolete. Loads an assembly given its path, loading the assembly into the domain of the caller using the supplied evidence. |
![]() ![]() | LoadFrom(String^) | Loads an assembly given its file name or path. |
![]() ![]() | LoadFrom(String^, array<Byte>^, AssemblyHashAlgorithm) | Loads an assembly given its file name or path, hash value, and hash algorithm. |
![]() ![]() | LoadFrom(String^, Evidence^) | Obsolete. Loads an assembly given its file name or path and supplying security evidence. |
![]() ![]() | LoadFrom(String^, Evidence^, array<Byte>^, AssemblyHashAlgorithm) | Obsolete. Loads an assembly given its file name or path, security evidence, hash value, and hash algorithm. |
![]() | 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. |
![]() | 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. |
![]() ![]() | LoadWithPartialName(String^) | Obsolete. Loads an assembly from the application directory or from the global assembly cache using a partial name. |
![]() ![]() | 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. |
![]() | MemberwiseClone() | |
![]() ![]() | 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. |
![]() ![]() | ReflectionOnlyLoad(String^) | Loads an assembly into the reflection-only context, given its display name. |
![]() ![]() | ReflectionOnlyLoadFrom(String^) | Loads an assembly into the reflection-only context, given its path. |
![]() | ToString() | Returns the full name of the assembly, also known as the display name.(Overrides Object::ToString().) |
![]() ![]() | UnsafeLoadFrom(String^) | Loads an assembly into the load-from context, bypassing some security checks. |
| Name | Description | |
|---|---|---|
![]() | GetCustomAttribute(Type^) | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified assembly.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttribute<T>() | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified assembly.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttributes() | Overloaded. Retrieves a collection of custom attributes that are applied to a specified assembly.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttributes(Type^) | Overloaded. Retrieves a collection of custom attributes of a specified type that are applied to a specified assembly.(Defined by CustomAttributeExtensions.) |
![]() | IsDefined(Type^) | Overloaded. Indicates whether custom attributes of a specified type are applied to a specified assembly.(Defined by CustomAttributeExtensions.) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Assembly::GetType() | Returns the type of the current instance. |




