SampSharp.Core.Natives.NativeObjects Namespace |
[Missing <summary> documentation for "N:SampSharp.Core.Natives.NativeObjects"]
Class | Description | |
---|---|---|
NativeIlGenContext |
Provides information about a native which can be consumed by a proxy factory IL generator.
| |
NativeIlGenParam |
Provides information about a native parameter which can be consumed by a proxy factory IL generator.
| |
NativeMethodAttribute |
Indicates a method represents a native function.
| |
NativeNotImplementedException |
An exception to throw in the body of methods which should be generated by a proxy factory.
| |
NativeObjectIdentifiersAttribute |
Specifies the identifier properties for a native object class.
| |
NativeObjectProxyFactory |
Contains logic for creating native object proxies.
| |
NativeObjectProxyFactoryBase |
Represents a base implementation of a native object proxy factory.
| |
NativeObjectSingletonT |
Provides a singleton Instance property containing a single instance of the specified native object
type.
| |
NativePropertyAttribute |
Indicates a property represents a native setter/getter.
|
Interface | Description | |
---|---|---|
INativeObjectProxyFactory |
Provides the methods of a native object proxy factory.
|