메소드 | 설명 | |
---|---|---|
AddDefaultValue ( |
Add a default value to this parameter
|
|
AddMarshallInfo ( |
Add marshalling information about this parameter
|
|
Param ( ParamAttr mode, string parName, Type parType ) : System |
Create a new parameter for a method
|
메소드 | 설명 | |
---|---|---|
BuildTables ( |
||
GetCodedIx ( CIx code ) : uint | ||
GetParType ( ) : Type | ||
Size ( |
||
TypeSig ( |
||
Write ( PEAPI.FileImage output ) : void |
public AddMarshallInfo ( |
||
marshallType | ||
리턴 | void |
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 |