Table of Contents

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

string

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

string

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

string

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

string

ObjectiveC

Objective-C Runtime.

public const string ObjectiveC = "/usr/lib/libobjc.dylib"

Field Value

string

System

System.

public const string System = "/usr/lib/libSystem.dylib"

Field Value

string