MonobjcMonobjc Documented Class Library
SetTo Method (value)
NamespacesMonobjc.ScriptingBridgeSBObjectSetTo(Id)

Sets the receiver to a specified value.

Original signature is '- (void)setTo:(id)value'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetTo(
	Id value
)
Public Overridable Sub SetTo ( _
	value As Id _
)
public:
virtual void SetTo(
	Id^ value
)
Parameters
value (Id)
The data the receiver should be set to. It can be an NSString, NSNumber, NSArray, SBObject, or any other type of object supported by the Scripting Bridge framework.
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)