NativeIlGenContext Class |
Namespace: SampSharp.Core.Natives.NativeObjects
public class NativeIlGenContext
The NativeIlGenContext type exposes the following members.
| Name | Description | |
|---|---|---|
| NativeIlGenContext | Initializes a new instance of the NativeIlGenContext class |
| Name | Description | |
|---|---|---|
| BaseMethod |
Gets or sets the base method of the proxy type to by overridden.
| |
| HasVarArgs |
Gets or sets a value indicating whether this native has variable arguments.
| |
| MethodOverrideAttributes |
Gets or sets the method attributes to be used to override the base method implementation.
| |
| MethodParameterTypes |
Gets or sets the base method parameter types.
| |
| NativeName |
Gets or sets the name of the native to be called.
| |
| Parameters |
Gets or sets the parameters of the native.
| |
| ProxyGeneratedFields |
Gets or sets the fields generated for the proxy.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |