C# 클래스 NTRDebuggerTool.Forms.FormEnums.DataTypeExactTool

파일 보기 프로젝트 열기: valarnin/NTRRemoteDebugger

공개 메소드들

메소드 설명
GetKey ( DataTypeExact value ) : string
GetValue ( string key ) : DataTypeExact
GetValues ( ) : string[]

비공개 메소드들

메소드 설명
DataTypeExactTool ( ) : System.Collections.Generic

메소드 상세

GetKey() 공개 정적인 메소드

public static GetKey ( DataTypeExact value ) : string
value DataTypeExact
리턴 string

GetValue() 공개 정적인 메소드

public static GetValue ( string key ) : DataTypeExact
key string
리턴 DataTypeExact

GetValues() 공개 정적인 메소드

public static GetValues ( ) : string[]
리턴 string[]