Versions in this module Expand all Collapse all v0 v0.6.18 Aug 22, 2026 v0.6.17 Aug 22, 2026 Changes in this version + type Class = _undefined + type ISBApplication interface + Activate func() + ClassForScriptingClass func(className string) objectivec.Class + Delegate func() SBApplicationDelegate + InitWithBundleIdentifier func(ident string) SBApplication + InitWithProcessIdentifier func(pid int32) SBApplication + InitWithURL func(url foundation.NSURL) SBApplication + IsRunning func() bool + LaunchFlags func() uint32 + SendMode func() coreservices.AESendMode + SetDelegate func(value SBApplicationDelegate) + SetLaunchFlags func(value uint32) + SetSendMode func(value coreservices.AESendMode) + SetTimeout func(value int) + Timeout func() int + type ISBElementArray interface + ArrayByApplyingSelector func(selector objc.SEL) []objectivec.IObject + ArrayByApplyingSelectorWithObject func(aSelector objc.SEL, argument objectivec.IObject) []objectivec.IObject + Get func() []objectivec.IObject + ObjectAtLocation func(location objectivec.IObject) objectivec.IObject + ObjectWithID func(identifier objectivec.IObject) objectivec.IObject + ObjectWithName func(name string) objectivec.IObject + type ISBObject interface + ElementArrayWithCode func(code coreservices.DescType) ISBElementArray + EncodeWithCoder func(coder foundation.INSCoder) + Get func() objectivec.IObject + InitWithData func(data objectivec.IObject) SBObject + InitWithElementCodePropertiesData func(code coreservices.DescType, properties foundation.INSDictionary, ...) SBObject + InitWithProperties func(properties foundation.INSDictionary) SBObject + LastError func() foundation.NSError + PropertyWithClassCode func(cls objectivec.Class, code coreservices.AEKeyword) ISBObject + PropertyWithCode func(code coreservices.AEKeyword) ISBObject + SetTo func(value objectivec.IObject) + type SBApplication struct + func NewSBApplication() SBApplication + func NewSBApplicationWithBundleIdentifier(ident string) SBApplication + func NewSBApplicationWithData(data objectivec.IObject) SBApplication + func NewSBApplicationWithElementCodePropertiesData(code coreservices.DescType, properties foundation.INSDictionary, ...) SBApplication + func NewSBApplicationWithProcessIdentifier(pid int32) SBApplication + func NewSBApplicationWithProperties(properties foundation.INSDictionary) SBApplication + func NewSBApplicationWithURL(url foundation.NSURL) SBApplication + func SBApplicationFromID(id objc.ID) SBApplication + func (s SBApplication) Activate() + func (s SBApplication) Autorelease() SBApplication + func (s SBApplication) ClassForScriptingClass(className string) objectivec.Class + func (s SBApplication) Delegate() SBApplicationDelegate + func (s SBApplication) Init() SBApplication + func (s SBApplication) InitWithBundleIdentifier(ident string) SBApplication + func (s SBApplication) InitWithProcessIdentifier(pid int32) SBApplication + func (s SBApplication) InitWithURL(url foundation.NSURL) SBApplication + func (s SBApplication) IsRunning() bool + func (s SBApplication) LaunchFlags() uint32 + func (s SBApplication) SendMode() coreservices.AESendMode + func (s SBApplication) SetDelegate(value SBApplicationDelegate) + func (s SBApplication) SetLaunchFlags(value uint32) + func (s SBApplication) SetSendMode(value coreservices.AESendMode) + func (s SBApplication) SetTimeout(value int) + func (s SBApplication) Timeout() int + type SBApplicationClass struct + func GetSBApplicationClass() SBApplicationClass + func (sc SBApplicationClass) Alloc() SBApplication + func (sc SBApplicationClass) Class() objc.Class + type SBApplicationDelegate interface + EventDidFailWithError func(event *coreservices.AEDesc) (objectivec.IObject, error) + type SBApplicationDelegateObject struct + func SBApplicationDelegateObjectFromID(id objc.ID) SBApplicationDelegateObject + func (o SBApplicationDelegateObject) BaseObject() objectivec.Object + func (o SBApplicationDelegateObject) EventDidFailWithError(event *coreservices.AEDesc) (objectivec.IObject, error) + type SBElementArray struct + func NewSBElementArray() SBElementArray + func SBElementArrayFromID(id objc.ID) SBElementArray + func (s SBElementArray) ArrayByApplyingSelector(selector objc.SEL) []objectivec.IObject + func (s SBElementArray) ArrayByApplyingSelectorWithObject(aSelector objc.SEL, argument objectivec.IObject) []objectivec.IObject + func (s SBElementArray) Autorelease() SBElementArray + func (s SBElementArray) Get() []objectivec.IObject + func (s SBElementArray) Init() SBElementArray + func (s SBElementArray) ObjectAtLocation(location objectivec.IObject) objectivec.IObject + func (s SBElementArray) ObjectWithID(identifier objectivec.IObject) objectivec.IObject + func (s SBElementArray) ObjectWithName(name string) objectivec.IObject + type SBElementArrayClass struct + func GetSBElementArrayClass() SBElementArrayClass + func (sc SBElementArrayClass) Alloc() SBElementArray + func (sc SBElementArrayClass) Class() objc.Class + type SBObject struct + func NewSBObject() SBObject + func NewSBObjectWithData(data objectivec.IObject) SBObject + func NewSBObjectWithElementCodePropertiesData(code coreservices.DescType, properties foundation.INSDictionary, ...) SBObject + func NewSBObjectWithProperties(properties foundation.INSDictionary) SBObject + func SBObjectFromID(id objc.ID) SBObject + func (s SBObject) Autorelease() SBObject + func (s SBObject) ElementArrayWithCode(code coreservices.DescType) ISBElementArray + func (s SBObject) EncodeWithCoder(coder foundation.INSCoder) + func (s SBObject) Get() objectivec.IObject + func (s SBObject) Init() SBObject + func (s SBObject) InitWithData(data objectivec.IObject) SBObject + func (s SBObject) InitWithElementCodePropertiesData(code coreservices.DescType, properties foundation.INSDictionary, ...) SBObject + func (s SBObject) InitWithProperties(properties foundation.INSDictionary) SBObject + func (s SBObject) LastError() foundation.NSError + func (s SBObject) PropertyWithClassCode(cls objectivec.Class, code coreservices.AEKeyword) ISBObject + func (s SBObject) PropertyWithCode(code coreservices.AEKeyword) ISBObject + func (s SBObject) SetTo(value objectivec.IObject) + type SBObjectClass struct + func GetSBObjectClass() SBObjectClass + func (sc SBObjectClass) Alloc() SBObject + func (sc SBObjectClass) Class() objc.Class