C# 클래스 PEAPI.BoolConst

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

공개 메소드들

메소드 설명
BoolConst ( bool val ) : System

Create a new boolean constant with the value "val"

비공개 메소드들

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

메소드 상세

BoolConst() 공개 메소드

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