INativeHandle

Description

interface Tinman.Core.System.INativeHandle

Base interface for classes that contain some kind of native resource handle.

The raw handle value of the native resource can be queried via NativeHandle. The documentation of the implementing class will contain information on how to interpret the raw handle value.

Public / Attributes

Native​Handle


public attribute NativeHandle → (get)

value : IntPtr

The raw handle value.

Returns the raw handle value of the native resource that is contained in this object.

The documentation of the implementing class will contain information on how to interpret the raw handle value.