This documentation is archived and is not being maintained.
_Assembly Interface
Visual Studio 2010
Exposes the public members of the System.Reflection::Assembly class to unmanaged code.
Assembly: mscorlib (in mscorlib.dll)
The _Assembly type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CodeBase | Provides COM objects with version-independent access to the Assembly::CodeBase property. |
![]() | EntryPoint | Provides COM objects with version-independent access to the EntryPoint property. |
![]() | EscapedCodeBase | Provides COM objects with version-independent access to the EscapedCodeBase property. |
![]() | Evidence | Provides COM objects with version-independent access to the Evidence property. |
![]() | FullName | Provides COM objects with version-independent access to the FullName property. |
![]() | GlobalAssemblyCache | Provides COM objects with version-independent access to the GlobalAssemblyCache property. |
![]() | Location | Provides COM objects with version-independent access to the Location property. |
| Name | Description | |
|---|---|---|
![]() | CreateInstance(String) | Provides COM objects with version-independent access to the CreateInstance method. |
![]() | CreateInstance(String, Boolean) | Provides COM objects with version-independent access to the CreateInstance method. |
![]() | CreateInstance(String, Boolean, BindingFlags, Binder, array<Object>, CultureInfo, array<Object>) | Provides COM objects with version-independent access to the CreateInstance method. |
![]() | Equals | Provides COM objects with version-independent access to the Equals method. |
![]() | GetCustomAttributes(Boolean) | Provides COM objects with version-independent access to the GetCustomAttributes method. |
![]() | GetCustomAttributes(Type, Boolean) | Provides COM objects with version-independent access to the GetCustomAttributes method. |
![]() | GetExportedTypes | Provides COM objects with version-independent access to the GetExportedTypes property. |
![]() | GetFile | Provides COM objects with version-independent access to the GetFile method. |
![]() | GetFiles() | Provides COM objects with version-independent access to the GetFiles method. |
![]() | GetFiles(Boolean) | Provides COM objects with version-independent access to the GetFiles method. |
![]() | GetHashCode | Provides COM objects with version-independent access to the GetHashCode method. |
![]() | GetLoadedModules() | Provides COM objects with version-independent access to the GetLoadedModules method. |
![]() | GetLoadedModules(Boolean) | Provides COM objects with version-independent access to the GetLoadedModules method. |
![]() | GetManifestResourceInfo | Provides COM objects with version-independent access to the GetManifestResourceInfo method. |
![]() | GetManifestResourceNames | Provides COM objects with version-independent access to the GetManifestResourceNames method. |
![]() | GetManifestResourceStream(String) | Provides COM objects with version-independent access to the GetManifestResourceStream method. |
![]() | GetManifestResourceStream(Type, String) | Provides COM objects with version-independent access to the GetManifestResourceStream method. |
![]() | GetModule | Provides COM objects with version-independent access to the GetModule method. |
![]() | GetModules() | Provides COM objects with version-independent access to the GetModules method. |
![]() | GetModules(Boolean) | Provides COM objects with version-independent access to the GetModules method. |
![]() | GetName() | Provides COM objects with version-independent access to the GetName method. |
![]() | GetName(Boolean) | Provides COM objects with version-independent access to the GetName method. |
![]() | GetObjectData | Provides COM objects with version-independent access to the GetObjectData method. |
![]() | GetReferencedAssemblies | Provides COM objects with version-independent access to the GetReferencedAssemblies method. |
![]() | GetSatelliteAssembly(CultureInfo) | Provides COM objects with version-independent access to the GetSatelliteAssembly method. |
![]() | GetSatelliteAssembly(CultureInfo, Version) | Provides COM objects with version-independent access to the GetSatelliteAssembly method. |
![]() | GetType() | Provides COM objects with version-independent access to the GetType method. |
![]() | GetType(String) | Provides COM objects with version-independent access to the GetType method. |
![]() | GetType(String, Boolean) | Provides COM objects with version-independent access to the GetType method. |
![]() | GetType(String, Boolean, Boolean) | Provides COM objects with version-independent access to the GetType method. |
![]() | GetTypes | Provides COM objects with version-independent access to the GetTypes method. |
![]() | IsDefined | Provides COM objects with version-independent access to the IsDefined method. |
![]() | LoadModule(String, array<Byte>) | Provides COM objects with version-independent access to the LoadModule method. |
![]() | LoadModule(String, array<Byte>, array<Byte>) | Provides COM objects with version-independent access to the LoadModule method. |
![]() | ToString | Provides COM objects with version-independent access to the ToString method. |
| Name | Description | |
|---|---|---|
![]() | ModuleResolve | Provides COM objects with version-independent access to the ModuleResolve event. |
This interface is for access to managed classes from unmanaged code, and should not be called from managed code.
This interface preserves the vtable order of the System.Reflection::Assembly class members that can be accessed by unmanaged COM objects.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
