C# 클래스 System.AssemblyHandle

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AptcaCheck bool
AssemblyHandle System
GetAssembly System.Reflection.Assembly
GetManifestModule ModuleHandle
GetToken int
_AptcaCheck bool
_GetManifestModule void*

공개 메소드들

메소드 설명
Equals ( AssemblyHandle handle ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

비공개 메소드들

메소드 설명
AptcaCheck ( AssemblyHandle sourceAssembly ) : bool
AssemblyHandle ( void pAssembly ) : System
GetAssembly ( ) : Assembly
GetManifestModule ( ) : ModuleHandle
GetToken ( ) : int
_AptcaCheck ( IntPtr sourceAssembly ) : bool
_GetManifestModule ( ) : void*

메소드 상세

Equals() 공개 메소드

public Equals ( AssemblyHandle handle ) : bool
handle AssemblyHandle
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int