NativeIlGenParam Properties |
The NativeIlGenParam type exposes the following members.
| Name | Description | |
|---|---|---|
| Index |
Gets or sets the index of this native parameter.
| |
| InputType |
Gets the type of the method parameter or index property of this native paramter.
| |
| IsLengthParam |
Gets or sets a value indicating whether this native parameter is a length parameter.
| |
| IsReferenceInput |
Gets or sets a value indicating whether this native parameter is an input value by reference.
| |
| LengthParam |
Gets or sets the length parameter of this native parameter.
| |
| Name |
Gets the name of this native parameter.
| |
| Parameter |
Gets or sets the method parameter of this native parameter.
| |
| Property |
Gets or sets the index property of this native parameter.
| |
| RequiresLength |
Gets a value indicating whether this native parameter requires a length.
| |
| Type |
Gets the type of this native parameter.
|