C# Class PEAPI.UIntConst

Inheritance: Constant
显示文件 Open project: kumpera/mono

Public Methods

Method Description
UIntConst ( byte val ) : System
UIntConst ( uint val ) : System
UIntConst ( ulong val ) : System
UIntConst ( ushort val ) : System

Private Methods

Method Description
GetBlobIndex ( MetaData md ) : uint
Write ( BinaryWriter bw ) : void

Method Details

UIntConst() public method

public UIntConst ( byte val ) : System
val byte
return System

UIntConst() public method

public UIntConst ( uint val ) : System
val uint
return System

UIntConst() public method

public UIntConst ( ulong val ) : System
val ulong
return System

UIntConst() public method

public UIntConst ( ushort val ) : System
val ushort
return System