C# 클래스 PEAPI.Param

Descriptor for a parameter of a method defined in this assembly/module
상속: MetaDataElement
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
AddDefaultValue ( Constant cVal ) : void

Add a default value to this parameter

AddMarshallInfo ( NativeType marshallType ) : void

Add marshalling information about this parameter

Param ( ParamAttr mode, string parName, Type parType ) : System

Create a new parameter for a method

비공개 메소드들

메소드 설명
BuildTables ( MetaData md ) : void
GetCodedIx ( CIx code ) : uint
GetParType ( ) : Type
Size ( MetaData md ) : uint
TypeSig ( MemoryStream str ) : void
Write ( PEAPI.FileImage output ) : void

메소드 상세

AddDefaultValue() 공개 메소드

Add a default value to this parameter
public AddDefaultValue ( Constant cVal ) : void
cVal Constant
리턴 void

AddMarshallInfo() 공개 메소드

Add marshalling information about this parameter
public AddMarshallInfo ( NativeType marshallType ) : void
marshallType NativeType
리턴 void

Param() 공개 메소드

Create a new parameter for a method
public Param ( ParamAttr mode, string parName, Type parType ) : System
mode ParamAttr param mode (in, out, opt)
parName string parameter name
parType Type parameter type
리턴 System