Property | Type | Description | |
---|---|---|---|
WindowInstance | System.Data.IndexedDB |
Method | Description | |
---|---|---|
AddEventListener ( WindowInstanceEvents type, System.Action listener ) : void | ||
AddEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void | ||
AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void | ||
AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void | ||
AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( WindowInstanceEvents type, IEventListener listener ) : void | ||
AddEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void | ||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
Alert ( ) : void | ||
Alert ( string message ) : void | ||
Atob ( string atob ) : string | ||
Back ( ) : void | ||
Blur ( ) : void | ||
Btoa ( string btoa ) : string | ||
CancelAnimationFrame ( int handle ) : void | ||
CaptureEvents ( ) : void | ||
Close ( ) : void | ||
Confirm ( ) : bool | ||
Confirm ( string message ) : bool | ||
Dump ( string str ) : void | ||
Find ( ) : bool | ||
Find ( string str ) : bool | ||
Find ( string str, bool caseSensitive ) : bool | ||
Find ( string str, bool caseSensitive, bool backwards ) : bool | ||
Find ( string str, bool caseSensitive, bool backwards, bool wrapAround ) : bool | ||
Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord ) : bool | ||
Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames ) : bool | ||
Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames, bool showDialog ) : bool | ||
Focus ( ) : void | ||
Forward ( ) : void | ||
GetComputedStyle ( |
||
GetComputedStyle ( |
||
GetDefaultComputedStyle ( |
||
GetDefaultComputedStyle ( |
||
GetSelection ( ) : Selection | ||
Home ( ) : void | ||
MatchMedia ( string query ) : |
||
MoveBy ( int x, int y ) : void | ||
MoveTo ( int x, int y ) : void | ||
Open ( ) : |
||
Open ( string url ) : |
||
Open ( string url, string target ) : |
||
Open ( string url, string target, string features ) : |
||
PostMessage ( object message, string targetOrigin ) : void | ||
PostMessage ( object message, string targetOrigin, object transfer ) : void | ||
Print ( ) : void | ||
Prompt ( ) : string | ||
Prompt ( string message ) : string | ||
Prompt ( string message, string @default ) : string | ||
ReleaseEvents ( ) : void | ||
RemoveEventListener ( WindowInstanceEvents type, System.Action listener ) : void | ||
RemoveEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void | ||
RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void | ||
RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void | ||
RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( WindowInstanceEvents type, IEventListener listener ) : void | ||
RemoveEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void | ||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RequestAnimationFrame ( FrameRequestCallback callback ) : int | ||
ResizeBy ( int x, int y ) : void | ||
ResizeTo ( int x, int y ) : void | ||
Scroll ( int x, int y ) : void | ||
ScrollBy ( int x, int y ) : void | ||
ScrollByLines ( int numLines ) : void | ||
ScrollByPages ( int numPages ) : void | ||
ScrollTo ( int x, int y ) : void | ||
SetResizable ( bool resizable ) : void | ||
ShowModalDialog ( string url, object argument ) : object | ||
ShowModalDialog ( string url, object argument, string options ) : object | ||
SizeToContent ( ) : void | ||
Stop ( ) : void | ||
ToNativeLineEndings ( string @string ) : string | ||
UpdateCommands ( string action ) : void |
Method | Description | |
---|---|---|
WindowInstance ( ) : System.Data.IndexedDB |
public AddEventListener ( WindowInstanceEvents type, System.Action listener ) : void | ||
type | WindowInstanceEvents | |
listener | System.Action | |
return | void |
public AddEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void | ||
type | WindowInstanceEvents | |
listener | System.Action | |
capture | bool | |
return | void |
public AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void | ||
type | WindowInstanceEvents | |
listener | HtmlEventHandler | |
return | void |
public AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | WindowInstanceEvents | |
listener | HtmlEventHandler | |
capture | bool | |
return | void |
public AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget |
||
type | WindowInstanceEvents | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget |
||
type | WindowInstanceEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public AddEventListener ( WindowInstanceEvents type, IEventListener listener ) : void | ||
type | WindowInstanceEvents | |
listener | IEventListener | |
return | void |
public AddEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void | ||
type | WindowInstanceEvents | |
listener | IEventListener | |
capture | bool | |
return | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public CancelAnimationFrame ( int handle ) : void | ||
handle | int | |
return | void |
public Find ( string str, bool caseSensitive ) : bool | ||
str | string | |
caseSensitive | bool | |
return | bool |
public Find ( string str, bool caseSensitive, bool backwards ) : bool | ||
str | string | |
caseSensitive | bool | |
backwards | bool | |
return | bool |
public Find ( string str, bool caseSensitive, bool backwards, bool wrapAround ) : bool | ||
str | string | |
caseSensitive | bool | |
backwards | bool | |
wrapAround | bool | |
return | bool |
public Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord ) : bool | ||
str | string | |
caseSensitive | bool | |
backwards | bool | |
wrapAround | bool | |
wholeWord | bool | |
return | bool |
public Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames ) : bool | ||
str | string | |
caseSensitive | bool | |
backwards | bool | |
wrapAround | bool | |
wholeWord | bool | |
searchInFrames | bool | |
return | bool |
public Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames, bool showDialog ) : bool | ||
str | string | |
caseSensitive | bool | |
backwards | bool | |
wrapAround | bool | |
wholeWord | bool | |
searchInFrames | bool | |
showDialog | bool | |
return | bool |
public GetComputedStyle ( |
||
elt | ||
return |
public GetComputedStyle ( |
||
elt | ||
pseudoElt | string | |
return |
public GetDefaultComputedStyle ( |
||
elt | ||
return |
public GetDefaultComputedStyle ( |
||
elt | ||
pseudoElt | string | |
return |
public MatchMedia ( string query ) : |
||
query | string | |
return |
public Open ( string url, string target ) : |
||
url | string | |
target | string | |
return |
public Open ( string url, string target, string features ) : |
||
url | string | |
target | string | |
features | string | |
return |
public PostMessage ( object message, string targetOrigin ) : void | ||
message | object | |
targetOrigin | string | |
return | void |
public PostMessage ( object message, string targetOrigin, object transfer ) : void | ||
message | object | |
targetOrigin | string | |
transfer | object | |
return | void |
public Prompt ( string message, string @default ) : string | ||
message | string | |
@default | string | |
return | string |
public RemoveEventListener ( WindowInstanceEvents type, System.Action listener ) : void | ||
type | WindowInstanceEvents | |
listener | System.Action | |
return | void |
public RemoveEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void | ||
type | WindowInstanceEvents | |
listener | System.Action | |
capture | bool | |
return | void |
public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void | ||
type | WindowInstanceEvents | |
listener | HtmlEventHandler | |
return | void |
public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | WindowInstanceEvents | |
listener | HtmlEventHandler | |
capture | bool | |
return | void |
public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget |
||
type | WindowInstanceEvents | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget |
||
type | WindowInstanceEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public RemoveEventListener ( WindowInstanceEvents type, IEventListener listener ) : void | ||
type | WindowInstanceEvents | |
listener | IEventListener | |
return | void |
public RemoveEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void | ||
type | WindowInstanceEvents | |
listener | IEventListener | |
capture | bool | |
return | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public RequestAnimationFrame ( FrameRequestCallback callback ) : int | ||
callback | FrameRequestCallback | |
return | int |
public SetResizable ( bool resizable ) : void | ||
resizable | bool | |
return | void |
public ShowModalDialog ( string url, object argument ) : object | ||
url | string | |
argument | object | |
return | object |
public ShowModalDialog ( string url, object argument, string options ) : object | ||
url | string | |
argument | object | |
options | string | |
return | object |
public ToNativeLineEndings ( string @string ) : string | ||
@string | string | |
return | string |
public UpdateCommands ( string action ) : void | ||
action | string | |
return | void |