C# 클래스 System.Threading.WebWorkers.SharedWorkerGlobalScope

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

Private Properties

프로퍼티 타입 설명
ImportScripts void

공개 메소드들

메소드 설명
AddEventListener ( WorkerGlobalScopeEvents type, Action listener ) : void
AddEventListener ( WorkerGlobalScopeEvents type, Action listener, bool capture ) : void
AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener ) : void
AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( WorkerGlobalScopeEvents type, IEventListener listener ) : void
AddEventListener ( WorkerGlobalScopeEvents 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
Atob ( string atob ) : string
Btoa ( string btoa ) : string
Close ( ) : void
DispatchEvent ( Event @event ) : bool
Dump ( ) : void
Dump ( string str ) : void
RemoveEventListener ( WorkerGlobalScopeEvents type, Action listener ) : void
RemoveEventListener ( WorkerGlobalScopeEvents type, Action listener, bool capture ) : void
RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( WorkerGlobalScopeEvents type, IEventListener listener ) : void
RemoveEventListener ( WorkerGlobalScopeEvents 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
ToNativeLineEndings ( string @string ) : string

비공개 메소드들

메소드 설명
ImportScripts ( ) : void

메소드 상세

AddEventListener() 공개 정적인 메소드

public static AddEventListener ( WorkerGlobalScopeEvents type, Action listener ) : void
type WorkerGlobalScopeEvents
listener Action
리턴 void

AddEventListener() 공개 정적인 메소드

public static AddEventListener ( WorkerGlobalScopeEvents type, Action listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener Action
capture bool
리턴 void

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

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

AddEventListener() 공개 정적인 메소드

public static AddEventListener ( WorkerGlobalScopeEvents type, IEventListener listener, bool capture ) : void
type WorkerGlobalScopeEvents
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

Atob() 공개 정적인 메소드

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

Btoa() 공개 정적인 메소드

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

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

DispatchEvent() 공개 정적인 메소드

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

Dump() 공개 정적인 메소드

public static Dump ( ) : void
리턴 void

Dump() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

public static RemoveEventListener ( WorkerGlobalScopeEvents type, Action listener ) : void
type WorkerGlobalScopeEvents
listener Action
리턴 void

RemoveEventListener() 공개 정적인 메소드

public static RemoveEventListener ( WorkerGlobalScopeEvents type, Action listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener Action
capture bool
리턴 void

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

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

RemoveEventListener() 공개 정적인 메소드

public static RemoveEventListener ( WorkerGlobalScopeEvents type, IEventListener listener, bool capture ) : void
type WorkerGlobalScopeEvents
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

ToNativeLineEndings() 공개 정적인 메소드

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