NativeLoader Class |
Namespace: SampSharp.Core.Natives
public class NativeLoader : INativeLoader
The NativeLoader type exposes the following members.
| Name | Description | |
|---|---|---|
| NativeLoader |
Initializes a new instance of the NativeLoader class.
|
| Name | Description | |
|---|---|---|
| ProxyFactory |
Gets the factory for creating native object proxies.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Exists |
Checks whether a native with the specified name exists.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Get |
Gets the native with the specified handle.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load(String, NativeParameterInfo) |
Loads a native with the specified name.
| |
| Load(String, UInt32, Type) |
Loads a native with the specified name.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |