Table of Contents

Interface IUnmanagedInterface

Namespace
SampSharp.OpenMp.Core
Assembly
SampSharp.OpenMp.Core.dll

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

nint

HasValue

Gets a value indicating whether the pointer has a value.

bool HasValue { get; }

Property Value

bool