Click or drag to resize

SampSharp.Core.Natives.NativeObjects Namespace

[Missing <summary> documentation for "N:SampSharp.Core.Natives.NativeObjects"]

Classes
  ClassDescription
Public classNativeIlGenContext
Provides information about a native which can be consumed by a proxy factory IL generator.
Public classNativeIlGenParam
Provides information about a native parameter which can be consumed by a proxy factory IL generator.
Public classNativeMethodAttribute
Indicates a method represents a native function.
Public classNativeNotImplementedException
An exception to throw in the body of methods which should be generated by a proxy factory.
Public classNativeObjectIdentifiersAttribute
Specifies the identifier properties for a native object class.
Public classNativeObjectProxyFactory
Contains logic for creating native object proxies.
Public classNativeObjectProxyFactoryBase
Represents a base implementation of a native object proxy factory.
Public classNativeObjectSingletonT
Provides a singleton Instance property containing a single instance of the specified native object type.
Public classNativePropertyAttribute
Indicates a property represents a native setter/getter.
Interfaces
  InterfaceDescription
Public interfaceINativeObjectProxyFactory
Provides the methods of a native object proxy factory.