Click or drag to resize

VarArgsState Class

Provides a state for variable arguments handling of native calls.
Inheritance Hierarchy
SystemObject
  SampSharp.Core.Natives.NativeObjects.FastNativesVarArgsState

Namespace:  SampSharp.Core.Natives.NativeObjects.FastNatives
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class VarArgsState : IDisposable

The VarArgsState type exposes the following members.

Constructors
  NameDescription
Public methodVarArgsState
Initializes a new instance of the VarArgsState class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the VarArgsState
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPinBuffer
Pins a buffer which will be freed once this state is disposed of.
Public methodToString (Inherited from Object.)
Top
See Also