NativePointer Class

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Rage.Native.NativePointer"]

Inheritance Hierarchy

SystemObject
  Rage.NativeNativePointer

Namespace:  Rage.Native
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public class NativePointer : IDisposable

The NativePointer type exposes the following members.

Constructors

  NameDescription
Public methodNativePointer
Initializes a new instance of the NativePointer class
Public methodNativePointer(Int32)
Initializes a new instance of the NativePointer class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the NativePointer
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the NativePointer and optionally releases the managed resources
Public methodGetValueReturnType
Public methodSetValueReturnType
Top
See Also

Reference