MonobjcMonobjc Documented Class Library
Get Property
NamespacesMonobjc.ScriptingBridgeSBObjectGet

Forces evaluation of the receiver, causing the real object to be returned immediately.

Original signature is '- (id)get'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id Get { get; }
Public Overridable ReadOnly Property Get As Id
	Get
public:
virtual property Id^ Get {
	Id^ get ();
}
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)