MonobjcMonobjc Documented Class Library
WindowObject Property
NamespacesMonobjc.WebKitWebFrameWindowObject

Returns the JavaScript window object.

Original signature is '- (WebScriptObject *)windowObject'

Available in Mac OS X v10.4.11 and later.

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