Interface IUnmanagedInterface
Provides the methods to work with structs which represent pointers to open.mp interfaces. This interface is the managed counterpart the unmanaged interface.
public interface IUnmanagedInterface
Properties
Handle
Gets the handle to the unmanaged interface instance.
nint Handle { get; }
Property Value
HasValue
Gets a value indicating whether the pointer has a value.
bool HasValue { get; }