_Assembly 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 API는 CLS 규격이 아닙니다.
Assembly 클래스의 public 멤버를 비관리 코드에 노출합니다.
public interface class _Assembly
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("17156360-2F1A-384A-BC52-FDE93C215C5B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface _Assembly
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("17156360-2f1a-384a-bc52-fde93c215c5b")]
public interface _Assembly
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("17156360-2F1A-384A-BC52-FDE93C215C5B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type _Assembly = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("17156360-2f1a-384a-bc52-fde93c215c5b")>]
type _Assembly = interface
Public Interface _Assembly
- 파생
- 특성
설명
이 인터페이스는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.
이 인터페이스의 vtable 순서를 유지 합니다 System.Reflection.Assembly 클래스 멤버는 관리 되지 않는 COM 개체에서 액세스할 수 있습니다.
속성
CodeBase |
버전에 관계없이 CodeBase 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
EntryPoint |
버전에 관계없이 EntryPoint 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
EscapedCodeBase |
버전에 관계없이 EscapedCodeBase 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
Evidence |
버전에 관계없이 Evidence 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
FullName |
버전에 관계없이 FullName 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
GlobalAssemblyCache |
버전에 관계없이 GlobalAssemblyCache 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
Location |
버전에 관계없이 Location 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
메서드
이벤트
ModuleResolve |
버전에 관계없이 ModuleResolve 이벤트에 액세스할 수 있는 COM 개체를 제공합니다. |
적용 대상
추가 정보
.NET