MonobjcMonobjc Documented Class Library
SBObject Constructor (data)
NamespacesMonobjc.ScriptingBridgeSBObjectSBObject(Id)

Returns an instance of an SBObject subclass initialized with the given data.

Original signature is '- (id)initWithData:(id)data'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public SBObject(
	Id data
)
Public Sub New ( _
	data As Id _
)
public:
SBObject(
	Id^ data
)
Parameters
data (Id)
An object containing data for the new SBObject object. The data varies according to the type of scripting object to be created.
Return Value
An SBObject object or nil if the object could not be initialized.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.ScriptingBridge (Module: Monobjc.ScriptingBridge)