C# 클래스 PERWAPI.IntConst

상속: SimpleConstant
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
GetInt ( ) : int
GetIntSize ( ) : int
GetIntType ( ) : ElementType
GetLong ( ) : long
IntConst ( int val ) : System
IntConst ( long val ) : System
IntConst ( sbyte val ) : System
IntConst ( short val ) : System

비공개 메소드들

메소드 설명
GetBlobIndex ( MetaDataOut md ) : uint
IntConst ( PEReader buff, int numBytes ) : System
Write ( BinaryWriter bw ) : void

메소드 상세

GetInt() 공개 메소드

public GetInt ( ) : int
리턴 int

GetIntSize() 공개 메소드

public GetIntSize ( ) : int
리턴 int

GetIntType() 공개 메소드

public GetIntType ( ) : ElementType
리턴 ElementType

GetLong() 공개 메소드

public GetLong ( ) : long
리턴 long

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