INativeLoader Interface |
Note: This API is now obsolete.
Namespace: SampSharp.Core.Natives
[ObsoleteAttribute("Native handle based native invocation is deprecated and will be removed in a future version.")] public interface INativeLoader
The INativeLoader type exposes the following members.
Name | Description | |
---|---|---|
ProxyFactory |
Gets the factory for creating native object proxies.
|
Name | Description | |
---|---|---|
Exists |
Checks whether a native with the specified name exists.
| |
Get |
Gets the native with the specified handle.
| |
Load(String, NativeParameterInfo) |
Loads a native with the specified name.
| |
Load(String, UInt32, Type) |
Loads a native with the specified name.
|