C# 클래스 PEAPI.IntConst

상속: DataConstant
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
IntConst ( int val ) : System
IntConst ( long val ) : System
IntConst ( sbyte val ) : System
IntConst ( short val ) : System

비공개 메소드들

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

메소드 상세

IntConst() 공개 메소드

public IntConst ( int val ) : System
val int
리턴 System

IntConst() 공개 메소드

public IntConst ( long val ) : System
val long
리턴 System

IntConst() 공개 메소드

public IntConst ( sbyte val ) : System
val sbyte
리턴 System

IntConst() 공개 메소드

public IntConst ( short val ) : System
val short
리턴 System