C# Class PEAPI.IntConst

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

Public Methods

Method Description
IntConst ( int val ) : System
IntConst ( long val ) : System
IntConst ( sbyte val ) : System
IntConst ( short val ) : System

Private Methods

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

Method Details

IntConst() public method

public IntConst ( int val ) : System
val int
return System

IntConst() public method

public IntConst ( long val ) : System
val long
return System

IntConst() public method

public IntConst ( sbyte val ) : System
val sbyte
return System

IntConst() public method

public IntConst ( short val ) : System
val short
return System