Class NativeLibraryNames
- Namespace
- CarinaStudio.MacOS
- Assembly
- CarinaStudio.AppBase.MacOS.dll
Names of native libraries.
public static class NativeLibraryNames
- Inheritance
-
NativeLibraryNames
- Inherited Members
Fields
AppKit
AppKit.
[Obsolete("The path to AppKit may be different between macOS, use NativeLibraryHandles.AppKit instead.")]
public const string AppKit = "/System/Library/Frameworks/AppKit.framework/AppKit"
Field Value
CoreFoundation
Core Foundation.
[Obsolete("The path to Core Foundation may be different between macOS, use NativeLibraryHandles.CoreFoundation instead.")]
public const string CoreFoundation = "/System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreFoundation.framework/CoreFoundation"
Field Value
CoreGraphics
Core Graphics.
[Obsolete("The path to Core Graphics may be different between macOS, use NativeLibraryHandles.CoreGraphics instead.")]
public const string CoreGraphics = "/System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/CoreGraphics"
Field Value
ImageIO
Image I/O.
[Obsolete("The path to ImageIO may be different between macOS, use NativeLibraryHandles.ImageIO instead.")]
public const string ImageIO = "/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ImageIO.framework/ImageIO"
Field Value
ObjectiveC
Objective-C Runtime.
public const string ObjectiveC = "/usr/lib/libobjc.dylib"
Field Value
System
System.
public const string System = "/usr/lib/libSystem.dylib"