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
CoreFoundation
Handle of Core Foundation library.
public static IntPtr CoreFoundation { get; }
Property Value
CoreGraphics
Handle of Core Graphics library.
public static IntPtr CoreGraphics { get; }
Property Value
ImageIO
Handle of Image I/O library.
public static IntPtr ImageIO { get; }