C# Class NitroDebugger.Register

ファイルを表示 Open project: pleonex/NitroDebugger Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Register ( RegisterType type, uint value ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Register() public method

public Register ( RegisterType type, uint value ) : System
type RegisterType
value uint
return System