C# 클래스 System.Html.WindowInstance

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
WindowInstance System.Data.IndexedDB

공개 메소드들

메소드 설명
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 listener ) : void
AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
AddEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
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 ( Element elt ) : Style
GetComputedStyle ( Element elt, string pseudoElt ) : Style
GetDefaultComputedStyle ( Element elt ) : Style
GetDefaultComputedStyle ( Element elt, string pseudoElt ) : Style
GetSelection ( ) : Selection
Home ( ) : void
MatchMedia ( string query ) : MediaQueryList
MoveBy ( int x, int y ) : void
MoveTo ( int x, int y ) : void
Open ( ) : WindowInstance
Open ( string url ) : WindowInstance
Open ( string url, string target ) : WindowInstance
Open ( string url, string target, string features ) : WindowInstance
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 listener ) : void
RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
RemoveEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
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

비공개 메소드들

메소드 설명
WindowInstance ( ) : System.Data.IndexedDB

메소드 상세

AddEventListener() 공개 메소드

public AddEventListener ( WindowInstanceEvents type, System.Action listener ) : void
type WindowInstanceEvents
listener System.Action
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void
type WindowInstanceEvents
listener System.Action
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void
type WindowInstanceEvents
listener HtmlEventHandler
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandler
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
type WindowInstanceEvents
listener IEventListener
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
type WindowInstanceEvents
listener IEventListener
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

Alert() 공개 메소드

public Alert ( ) : void
리턴 void

Alert() 공개 메소드

public Alert ( string message ) : void
message string
리턴 void

Atob() 공개 메소드

public Atob ( string atob ) : string
atob string
리턴 string

Back() 공개 메소드

public Back ( ) : void
리턴 void

Blur() 공개 메소드

public Blur ( ) : void
리턴 void

Btoa() 공개 메소드

public Btoa ( string btoa ) : string
btoa string
리턴 string

CancelAnimationFrame() 공개 메소드

public CancelAnimationFrame ( int handle ) : void
handle int
리턴 void

CaptureEvents() 공개 메소드

public CaptureEvents ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Confirm() 공개 메소드

public Confirm ( ) : bool
리턴 bool

Confirm() 공개 메소드

public Confirm ( string message ) : bool
message string
리턴 bool

Dump() 공개 메소드

public Dump ( string str ) : void
str string
리턴 void

Find() 공개 메소드

public Find ( ) : bool
리턴 bool

Find() 공개 메소드

public Find ( string str ) : bool
str string
리턴 bool

Find() 공개 메소드

public Find ( string str, bool caseSensitive ) : bool
str string
caseSensitive bool
리턴 bool

Find() 공개 메소드

public Find ( string str, bool caseSensitive, bool backwards ) : bool
str string
caseSensitive bool
backwards bool
리턴 bool

Find() 공개 메소드

public Find ( string str, bool caseSensitive, bool backwards, bool wrapAround ) : bool
str string
caseSensitive bool
backwards bool
wrapAround bool
리턴 bool

Find() 공개 메소드

public Find ( string str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord ) : bool
str string
caseSensitive bool
backwards bool
wrapAround bool
wholeWord bool
리턴 bool

Find() 공개 메소드

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
리턴 bool

Find() 공개 메소드

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
리턴 bool

Focus() 공개 메소드

public Focus ( ) : void
리턴 void

Forward() 공개 메소드

public Forward ( ) : void
리턴 void

GetComputedStyle() 공개 메소드

public GetComputedStyle ( Element elt ) : Style
elt Element
리턴 Style

GetComputedStyle() 공개 메소드

public GetComputedStyle ( Element elt, string pseudoElt ) : Style
elt Element
pseudoElt string
리턴 Style

GetDefaultComputedStyle() 공개 메소드

public GetDefaultComputedStyle ( Element elt ) : Style
elt Element
리턴 Style

GetDefaultComputedStyle() 공개 메소드

public GetDefaultComputedStyle ( Element elt, string pseudoElt ) : Style
elt Element
pseudoElt string
리턴 Style

GetSelection() 공개 메소드

public GetSelection ( ) : Selection
리턴 Selection

Home() 공개 메소드

public Home ( ) : void
리턴 void

MatchMedia() 공개 메소드

public MatchMedia ( string query ) : MediaQueryList
query string
리턴 MediaQueryList

MoveBy() 공개 메소드

public MoveBy ( int x, int y ) : void
x int
y int
리턴 void

MoveTo() 공개 메소드

public MoveTo ( int x, int y ) : void
x int
y int
리턴 void

Open() 공개 메소드

public Open ( ) : WindowInstance
리턴 WindowInstance

Open() 공개 메소드

public Open ( string url ) : WindowInstance
url string
리턴 WindowInstance

Open() 공개 메소드

public Open ( string url, string target ) : WindowInstance
url string
target string
리턴 WindowInstance

Open() 공개 메소드

public Open ( string url, string target, string features ) : WindowInstance
url string
target string
features string
리턴 WindowInstance

PostMessage() 공개 메소드

public PostMessage ( object message, string targetOrigin ) : void
message object
targetOrigin string
리턴 void

PostMessage() 공개 메소드

public PostMessage ( object message, string targetOrigin, object transfer ) : void
message object
targetOrigin string
transfer object
리턴 void

Print() 공개 메소드

public Print ( ) : void
리턴 void

Prompt() 공개 메소드

public Prompt ( ) : string
리턴 string

Prompt() 공개 메소드

public Prompt ( string message ) : string
message string
리턴 string

Prompt() 공개 메소드

public Prompt ( string message, string @default ) : string
message string
@default string
리턴 string

ReleaseEvents() 공개 메소드

public ReleaseEvents ( ) : void
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( WindowInstanceEvents type, System.Action listener ) : void
type WindowInstanceEvents
listener System.Action
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void
type WindowInstanceEvents
listener System.Action
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void
type WindowInstanceEvents
listener HtmlEventHandler
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandler
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WindowInstanceEvents
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
type WindowInstanceEvents
listener IEventListener
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
type WindowInstanceEvents
listener IEventListener
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

RequestAnimationFrame() 공개 메소드

public RequestAnimationFrame ( FrameRequestCallback callback ) : int
callback FrameRequestCallback
리턴 int

ResizeBy() 공개 메소드

public ResizeBy ( int x, int y ) : void
x int
y int
리턴 void

ResizeTo() 공개 메소드

public ResizeTo ( int x, int y ) : void
x int
y int
리턴 void

Scroll() 공개 메소드

public Scroll ( int x, int y ) : void
x int
y int
리턴 void

ScrollBy() 공개 메소드

public ScrollBy ( int x, int y ) : void
x int
y int
리턴 void

ScrollByLines() 공개 메소드

public ScrollByLines ( int numLines ) : void
numLines int
리턴 void

ScrollByPages() 공개 메소드

public ScrollByPages ( int numPages ) : void
numPages int
리턴 void

ScrollTo() 공개 메소드

public ScrollTo ( int x, int y ) : void
x int
y int
리턴 void

SetResizable() 공개 메소드

public SetResizable ( bool resizable ) : void
resizable bool
리턴 void

ShowModalDialog() 공개 메소드

public ShowModalDialog ( string url, object argument ) : object
url string
argument object
리턴 object

ShowModalDialog() 공개 메소드

public ShowModalDialog ( string url, object argument, string options ) : object
url string
argument object
options string
리턴 object

SizeToContent() 공개 메소드

public SizeToContent ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

ToNativeLineEndings() 공개 메소드

public ToNativeLineEndings ( string @string ) : string
@string string
리턴 string

UpdateCommands() 공개 메소드

public UpdateCommands ( string action ) : void
action string
리턴 void