MonobjcMonobjc Documented Class Library
DoCommandBySelector Method (aSelector)
NamespacesMonobjc.AppKitNSResponderDoCommandBySelector(IntPtr)

Attempts to perform the indicated command.

Original signature is '- (void)doCommandBySelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DoCommandBySelector(
	IntPtr aSelector
)
Public Overridable Sub DoCommandBySelector ( _
	aSelector As IntPtr _
)
public:
virtual void DoCommandBySelector(
	IntPtr aSelector
)
Parameters
aSelector (IntPtr)
The selector identifying the method.
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.AppKit (Module: Monobjc.AppKit)