Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Process.LoadFramework

Loads a macOS framework.

Component Version macOS Windows Linux Server iOS SDK
Process 15.0 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "Process.LoadFramework"; Path )   More

Parameters

Parameter Description Example
Path The native path to the framework to load. "/System/Library/Frameworks/UserNotifications.framework"

Result

Returns OK or error.

Description

Loads a macOS framework.

Examples

Load UserNotifications framework:

MBS( "Process.LoadFramework"; "/System/Library/Frameworks/UserNotifications.framework")

Release notes

Blog Entries

This function is free to use.

Created 14th December 2024, last changed 14th December 2024


Process.List - Process.LoadLibrary