NativeIlGenParam Class |
Namespace: SampSharp.Core.Natives.NativeObjects
public class NativeIlGenParam
The NativeIlGenParam type exposes the following members.
Name | Description | |
---|---|---|
NativeIlGenParam | Initializes a new instance of the NativeIlGenParam class |
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |