C# Class System.AssemblyHandle

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AptcaCheck bool
AssemblyHandle System
GetAssembly System.Reflection.Assembly
GetManifestModule ModuleHandle
GetToken int
_AptcaCheck bool
_GetManifestModule void*

Public Methods

Method Description
Equals ( AssemblyHandle handle ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
AptcaCheck ( AssemblyHandle sourceAssembly ) : bool
AssemblyHandle ( void pAssembly ) : System
GetAssembly ( ) : Assembly
GetManifestModule ( ) : ModuleHandle
GetToken ( ) : int
_AptcaCheck ( IntPtr sourceAssembly ) : bool
_GetManifestModule ( ) : void*

Method Details

Equals() public method

public Equals ( AssemblyHandle handle ) : bool
handle AssemblyHandle
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int