SBApplication
SBApplication(Int32)
SBApplication(IntPtr)
SBApplication(NativeHandle)
SBApplication(NSCoder)
SBApplication(NSObjectFlag)
SBApplication(NSUrl)
SBApplication(String)
ClassHandle
Delegate
EventDidFailwithError
EventFailed
IsRunning
LaunchFlags
SendMode
Timeout
WeakDelegate
Activate()
ClassForScripting(String)
EncodeTo(NSCoder)
FromBundleIdentifier(String)
FromBundleIdentifier<T>(String)
FromProcessIdentifier(Int32)
FromProcessIdentifier<T>(Int32)
FromURL(NSUrl)
FromURL<T>(NSUrl)
GetApplication(Int32)
GetApplication(NSUrl)
GetApplication(String)
GetApplication<T>(Int32)
GetApplication<T>(NSUrl)
GetApplication<T>(String)
xamarinmac
namespace ScriptingBridge
{
[Register("SBApplication", true)]
public class SBApplication : SBObject, INSCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual bool IsRunning
{
[Export("isRunning")]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API