C# 클래스 PERWAPI.UIntConst

상속: SimpleConstant
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
GetIntSize ( ) : int
GetLong ( ) : long
GetUInt ( ) : uint
GetUIntType ( ) : ElementType
GetULong ( ) : ulong
GetULongAsLong ( ) : long
UIntConst ( byte val ) : System
UIntConst ( uint val ) : System
UIntConst ( ulong val ) : System
UIntConst ( ushort val ) : System

비공개 메소드들

메소드 설명
GetBlobIndex ( MetaDataOut md ) : uint
Write ( BinaryWriter bw ) : void

메소드 상세

GetIntSize() 공개 메소드

public GetIntSize ( ) : int
리턴 int

GetLong() 공개 메소드

public GetLong ( ) : long
리턴 long

GetUInt() 공개 메소드

public GetUInt ( ) : uint
리턴 uint

GetUIntType() 공개 메소드

public GetUIntType ( ) : ElementType
리턴 ElementType

GetULong() 공개 메소드

public GetULong ( ) : ulong
리턴 ulong

GetULongAsLong() 공개 메소드

public GetULongAsLong ( ) : long
리턴 long

UIntConst() 공개 메소드

public UIntConst ( byte val ) : System
val byte
리턴 System

UIntConst() 공개 메소드

public UIntConst ( uint val ) : System
val uint
리턴 System

UIntConst() 공개 메소드

public UIntConst ( ulong val ) : System
val ulong
리턴 System

UIntConst() 공개 메소드

public UIntConst ( ushort val ) : System
val ushort
리턴 System