Свойство | Type | Description | |
---|---|---|---|
nameIx | uint | ||
pName | string |
Méthode | Description | |
---|---|---|
AddAttribute ( ParamAttr att ) : void | ||
AddDefaultValue ( |
Add a default value to this parameter
|
|
GetAttributes ( ) : ParamAttr | ||
GetDefaultValue ( ) : |
Get the default constant value for this parameter
|
|
GetMarshalType ( ) : |
Get the parameter marshalling information
|
|
GetName ( ) : string |
Retrieve the name of this parameter
|
|
GetParType ( ) : Type |
Get the type of this parameter
|
|
Param ( ParamAttr mode, string parName, Type parType ) : System |
Create a new parameter for a method
|
|
RemoveDefaultValue ( ) : void |
Remove the default constant value for this parameter
|
|
RemoveMashalType ( ) : void |
Remove any marshalling information for this parameter
|
|
SetAttributes ( ParamAttr att ) : void | ||
SetMarshalType ( |
Add marshalling information about this parameter
|
|
SetName ( string nam ) : void |
Set the name of this parameter
|
|
SetParType ( Type parType ) : void |
Set the type of this parameter
|
Méthode | Description | |
---|---|---|
BuildCILInfo ( |
||
BuildTables ( |
||
Copy ( Type paramType ) : |
||
GetCodedIx ( CIx code ) : uint | ||
Param ( |
||
Read ( |
||
Resolve ( |
||
Size ( |
||
TypeSig ( |
||
Write ( |
||
Write ( |
public AddAttribute ( ParamAttr att ) : void | ||
att | ParamAttr | |
Résultat | void |
public AddDefaultValue ( |
||
cVal | the default value for the parameter | |
Résultat | 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 |
Résultat | System |
public SetAttributes ( ParamAttr att ) : void | ||
att | ParamAttr | |
Résultat | void |
public SetMarshalType ( |
||
mType | ||
Résultat | void |
public SetName ( string nam ) : void | ||
nam | string | parameter name |
Résultat | void |