C# Class PEAPI.BoolConst

Boolean constant
Inheritance: Constant
ファイルを表示 Open project: kumpera/mono

Public Methods

Method Description
BoolConst ( bool val ) : System

Create a new boolean constant with the value "val"

Private Methods

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

Method Details

BoolConst() public method

Create a new boolean constant with the value "val"
public BoolConst ( bool val ) : System
val bool value of this boolean constant
return System