SBObject Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SBObject() | |
SBObject(NSCoder) | |
SBObject(NSDictionary) | |
SBObject(NSObject) | |
SBObject(NSObjectFlag) | |
SBObject(IntPtr) |
SBObject()
SBObject(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public SBObject (Foundation.NSCoder coder);
new ScriptingBridge.SBObject : Foundation.NSCoder -> ScriptingBridge.SBObject
Parameters
- coder
- NSCoder
- Attributes
Applies to
SBObject(NSDictionary)
[Foundation.Export("initWithProperties:")]
public SBObject (Foundation.NSDictionary properties);
new ScriptingBridge.SBObject : Foundation.NSDictionary -> ScriptingBridge.SBObject
Parameters
- properties
- NSDictionary
- Attributes
Applies to
SBObject(NSObject)
[Foundation.Export("initWithData:")]
public SBObject (Foundation.NSObject data);
new ScriptingBridge.SBObject : Foundation.NSObject -> ScriptingBridge.SBObject
Parameters
- data
- NSObject
- Attributes
Applies to
SBObject(NSObjectFlag)
protected SBObject (Foundation.NSObjectFlag t);
new ScriptingBridge.SBObject : Foundation.NSObjectFlag -> ScriptingBridge.SBObject
Parameters
Applies to
SBObject(IntPtr)
protected internal SBObject (IntPtr handle);
new ScriptingBridge.SBObject : nativeint -> ScriptingBridge.SBObject
Parameters
- handle
-
IntPtr
nativeint