Table of Contents

Class NativeLibraryHandles

Namespace
CarinaStudio.MacOS
Assembly
CarinaStudio.AppBase.MacOS.dll

Handles of native libraries.

public static class NativeLibraryHandles
Inheritance
NativeLibraryHandles
Inherited Members

Properties

AppKit

Handle of AppKit library.

public static IntPtr AppKit { get; }

Property Value

nint

CoreFoundation

Handle of Core Foundation library.

public static IntPtr CoreFoundation { get; }

Property Value

nint

CoreGraphics

Handle of Core Graphics library.

public static IntPtr CoreGraphics { get; }

Property Value

nint

ImageIO

Handle of Image I/O library.

public static IntPtr ImageIO { get; }

Property Value

nint