This topic has not yet been rated - Rate this topic

_Assembly Interface

Exposes the public members of the System.Reflection.Assembly class to unmanaged code.

This API is not CLS-compliant. 

Namespace:  System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[CLSCompliantAttribute(false)]
[GuidAttribute("17156360-2f1a-384a-bc52-fde93c215c5b")]
[ComVisibleAttribute(true)]
public interface _Assembly

The _Assembly type exposes the following members.

  Name Description
Public property CodeBase Provides COM objects with version-independent access to the Assembly.CodeBase property.
Public property EntryPoint Provides COM objects with version-independent access to the EntryPoint property.
Public property EscapedCodeBase Provides COM objects with version-independent access to the EscapedCodeBase property.
Public property Evidence Provides COM objects with version-independent access to the Evidence property.
Public property FullName Provides COM objects with version-independent access to the FullName property.
Public property GlobalAssemblyCache Provides COM objects with version-independent access to the GlobalAssemblyCache property.
Public property Location Provides COM objects with version-independent access to the Location property.
Top
  Name Description
Public method CreateInstance(String) Provides COM objects with version-independent access to the CreateInstance method.
Public method CreateInstance(String, Boolean) Provides COM objects with version-independent access to the CreateInstance method.
Public method CreateInstance(String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[]) Provides COM objects with version-independent access to the CreateInstance method.
Public method Equals Provides COM objects with version-independent access to the Equals method.
Public method GetCustomAttributes(Boolean) Provides COM objects with version-independent access to the GetCustomAttributes method.
Public method GetCustomAttributes(Type, Boolean) Provides COM objects with version-independent access to the GetCustomAttributes method.
Public method GetExportedTypes Provides COM objects with version-independent access to the GetExportedTypes property.
Public method GetFile Provides COM objects with version-independent access to the GetFile method.
Public method GetFiles() Provides COM objects with version-independent access to the GetFiles method.
Public method GetFiles(Boolean) Provides COM objects with version-independent access to the GetFiles method.
Public method GetHashCode Provides COM objects with version-independent access to the GetHashCode method.
Public method GetLoadedModules() Provides COM objects with version-independent access to the GetLoadedModules method.
Public method GetLoadedModules(Boolean) Provides COM objects with version-independent access to the GetLoadedModules method.
Public method GetManifestResourceInfo Provides COM objects with version-independent access to the GetManifestResourceInfo method.
Public method GetManifestResourceNames Provides COM objects with version-independent access to the GetManifestResourceNames method.
Public method GetManifestResourceStream(String) Provides COM objects with version-independent access to the GetManifestResourceStream method.
Public method GetManifestResourceStream(Type, String) Provides COM objects with version-independent access to the GetManifestResourceStream method.
Public method GetModule Provides COM objects with version-independent access to the GetModule method.
Public method GetModules() Provides COM objects with version-independent access to the GetModules method.
Public method GetModules(Boolean) Provides COM objects with version-independent access to the GetModules method.
Public method GetName() Provides COM objects with version-independent access to the GetName method.
Public method GetName(Boolean) Provides COM objects with version-independent access to the GetName method.
Public method GetObjectData Provides COM objects with version-independent access to the GetObjectData method.
Public method GetReferencedAssemblies Provides COM objects with version-independent access to the GetReferencedAssemblies method.
Public method GetSatelliteAssembly(CultureInfo) Provides COM objects with version-independent access to the GetSatelliteAssembly method.
Public method GetSatelliteAssembly(CultureInfo, Version) Provides COM objects with version-independent access to the GetSatelliteAssembly method.
Public method GetType() Provides COM objects with version-independent access to the GetType method.
Public method GetType(String) Provides COM objects with version-independent access to the GetType method.
Public method GetType(String, Boolean) Provides COM objects with version-independent access to the GetType method.
Public method GetType(String, Boolean, Boolean) Provides COM objects with version-independent access to the GetType method.
Public method GetTypes Provides COM objects with version-independent access to the GetTypes method.
Public method IsDefined Provides COM objects with version-independent access to the IsDefined method.
Public method LoadModule(String, Byte[]) Provides COM objects with version-independent access to the LoadModule method.
Public method LoadModule(String, Byte[], Byte[]) Provides COM objects with version-independent access to the LoadModule method.
Public method ToString Provides COM objects with version-independent access to the ToString method.
Top
  Name Description
Public event ModuleResolve Provides COM objects with version-independent access to the ModuleResolve event.
Top

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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ