C# 클래스 System.Html.Window

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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
AddEventListener ( string type, IEventListener listener ) : void
AddEventListener ( string type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : 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
DispatchEvent ( Event @event ) : 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
RemoveEventListener ( string type, IEventListener listener ) : void
RemoveEventListener ( string type, IEventListener 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

메소드 상세

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

public static AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void
type string
listener IEventListener
capture bool
wantsUntrusted bool
리턴 void

Alert() 공개 정적인 메소드

public static Alert ( ) : void
리턴 void

Alert() 공개 정적인 메소드

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

Atob() 공개 정적인 메소드

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

Back() 공개 정적인 메소드

public static Back ( ) : void
리턴 void

Blur() 공개 정적인 메소드

public static Blur ( ) : void
리턴 void

Btoa() 공개 정적인 메소드

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

CancelAnimationFrame() 공개 정적인 메소드

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

CaptureEvents() 공개 정적인 메소드

public static CaptureEvents ( ) : void
리턴 void

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

Confirm() 공개 정적인 메소드

public static Confirm ( ) : bool
리턴 bool

Confirm() 공개 정적인 메소드

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

DispatchEvent() 공개 정적인 메소드

public static DispatchEvent ( Event @event ) : bool
@event Event
리턴 bool

Dump() 공개 정적인 메소드

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

Find() 공개 정적인 메소드

public static Find ( ) : bool
리턴 bool

Find() 공개 정적인 메소드

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

Find() 공개 정적인 메소드

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

Find() 공개 정적인 메소드

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

Find() 공개 정적인 메소드

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

Find() 공개 정적인 메소드

public static 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 static 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 static 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 static Focus ( ) : void
리턴 void

Forward() 공개 정적인 메소드

public static Forward ( ) : void
리턴 void

GetComputedStyle() 공개 정적인 메소드

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

GetComputedStyle() 공개 정적인 메소드

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

GetDefaultComputedStyle() 공개 정적인 메소드

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

GetDefaultComputedStyle() 공개 정적인 메소드

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

GetSelection() 공개 정적인 메소드

public static GetSelection ( ) : Selection
리턴 Selection

Home() 공개 정적인 메소드

public static Home ( ) : void
리턴 void

MatchMedia() 공개 정적인 메소드

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

MoveBy() 공개 정적인 메소드

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

MoveTo() 공개 정적인 메소드

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

Open() 공개 정적인 메소드

public static Open ( ) : WindowInstance
리턴 WindowInstance

Open() 공개 정적인 메소드

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

Open() 공개 정적인 메소드

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

Open() 공개 정적인 메소드

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

PostMessage() 공개 정적인 메소드

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

PostMessage() 공개 정적인 메소드

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

Print() 공개 정적인 메소드

public static Print ( ) : void
리턴 void

Prompt() 공개 정적인 메소드

public static Prompt ( ) : string
리턴 string

Prompt() 공개 정적인 메소드

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

Prompt() 공개 정적인 메소드

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

ReleaseEvents() 공개 정적인 메소드

public static ReleaseEvents ( ) : void
리턴 void

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RequestAnimationFrame() 공개 정적인 메소드

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

ResizeBy() 공개 정적인 메소드

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

ResizeTo() 공개 정적인 메소드

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

Scroll() 공개 정적인 메소드

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

ScrollBy() 공개 정적인 메소드

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

ScrollByLines() 공개 정적인 메소드

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

ScrollByPages() 공개 정적인 메소드

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

ScrollTo() 공개 정적인 메소드

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

SetResizable() 공개 정적인 메소드

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

ShowModalDialog() 공개 정적인 메소드

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

ShowModalDialog() 공개 정적인 메소드

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

SizeToContent() 공개 정적인 메소드

public static SizeToContent ( ) : void
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void

ToNativeLineEndings() 공개 정적인 메소드

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

UpdateCommands() 공개 정적인 메소드

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