_AssemblyName Interface

Exposes the AssemblyName class to unmanaged code.

 

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)

'Declaration
<CLSCompliantAttribute(False)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("B42B6AAC-317E-34D5-9FA9-093BB4160C50")> _
<ComVisibleAttribute(True)> _
Public Interface _AssemblyName
'Usage
Dim instance As _AssemblyName

/** @attribute CLSCompliantAttribute(false) */ 
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */ 
/** @attribute GuidAttribute("B42B6AAC-317E-34D5-9FA9-093BB4160C50") */ 
/** @attribute ComVisibleAttribute(true) */ 
public interface _AssemblyName
CLSCompliantAttribute(false) 
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) 
GuidAttribute("B42B6AAC-317E-34D5-9FA9-093BB4160C50") 
ComVisibleAttribute(true) 
public interface _AssemblyName
Not applicable.

This interface is for access to managed classes from unmanaged code and should not be called from managed code.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: