C# Class PEAPI.BoolConst

Boolean constant
Inheritance: Constant
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
BoolConst ( bool val ) : System

Create a new boolean constant with the value "val"

Private Methods

Méthode Description
GetBlobIndex ( MetaData md ) : uint
Write ( BinaryWriter bw ) : void

Method Details

BoolConst() public méthode

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