C# 클래스 PEAPI.UIntConst

상속: Constant
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
UIntConst ( byte val ) : System
UIntConst ( uint val ) : System
UIntConst ( ulong val ) : System
UIntConst ( ushort val ) : System

비공개 메소드들

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

메소드 상세

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