C# Class NTRDebuggerTool.Forms.FormEnums.DataTypeExactTool

显示文件 Open project: valarnin/NTRRemoteDebugger

Public Methods

Method Description
GetKey ( DataTypeExact value ) : string
GetValue ( string key ) : DataTypeExact
GetValues ( ) : string[]

Private Methods

Method Description
DataTypeExactTool ( ) : System.Collections.Generic

Method Details

GetKey() public static method

public static GetKey ( DataTypeExact value ) : string
value DataTypeExact
return string

GetValue() public static method

public static GetValue ( string key ) : DataTypeExact
key string
return DataTypeExact

GetValues() public static method

public static GetValues ( ) : string[]
return string[]