C# 클래스 PERWAPI.ConstantBinding

Used to delcare constants that exist in a given scope.
상속: DebugInst
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
GetSig ( ) : byte[]

Get the type signature for this constant.

비공개 메소드들

메소드 설명
ConstantBinding ( string name, object value, Type type, uint token ) : System

Create a new constant binding.

GetDeltaDistance ( ) : int

Get the delta distance for this instruction.

The delta distance is the resulting difference of items left on the stack after calling this instruction.

GetInstName ( ) : string

Get the name of this instruction.

메소드 상세

GetSig() 공개 메소드

Get the type signature for this constant.
public GetSig ( ) : byte[]
리턴 byte[]