MonobjcMonobjc Documented Class Library
CreateCommandInstanceWithZone Method (zone)
NamespacesMonobjc.FoundationNSScriptCommandDescriptionCreateCommandInstanceWithZone(IntPtr)

Creates and returns an instance of the command object described by the receiver in the specified memory zone.

Original signature is '- (NSScriptCommand *)createCommandInstanceWithZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSScriptCommand CreateCommandInstanceWithZone(
	IntPtr zone
)
Public Overridable Function CreateCommandInstanceWithZone ( _
	zone As IntPtr _
) As NSScriptCommand
public:
virtual NSScriptCommand^ CreateCommandInstanceWithZone(
	IntPtr zone
)
Parameters
zone (IntPtr)
The memory zone from which to allocate the command.
Return Value
The command object, instantiated from NSScriptCommand or a subclass.
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.Foundation (Module: Monobjc.Foundation)