C# Class System.Threading.WebWorkers.DedicatedWorkerGlobalScope

Datei anzeigen Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
ImportScripts void

Public Methods

Method Description
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
PostMessage ( object message ) : void
PostMessage ( object message, object transfer ) : 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

Private Methods

Method Description
ImportScripts ( ) : void

Method Details

AddEventListener() public static method

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

AddEventListener() public static method

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

AddEventListener() public static method

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

AddEventListener() public static method

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

AddEventListener() public static method

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

AddEventListener() public static method

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

AddEventListener() public static method

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

AddEventListener() public static method

public static AddEventListener ( WorkerGlobalScopeEvents type, IEventListener listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener IEventListener
capture bool
return void

AddEventListener() public static method

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

AddEventListener() public static method

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

AddEventListener() public static method

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

AddEventListener() public static method

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

AddEventListener() public static method

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

Atob() public static method

public static Atob ( string atob ) : string
atob string
return string

Btoa() public static method

public static Btoa ( string btoa ) : string
btoa string
return string

Close() public static method

public static Close ( ) : void
return void

DispatchEvent() public static method

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

Dump() public static method

public static Dump ( ) : void
return void

Dump() public static method

public static Dump ( string str ) : void
str string
return void

PostMessage() public static method

public static PostMessage ( object message ) : void
message object
return void

PostMessage() public static method

public static PostMessage ( object message, object transfer ) : void
message object
transfer object
return void

RemoveEventListener() public static method

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

RemoveEventListener() public static method

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

RemoveEventListener() public static method

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

RemoveEventListener() public static method

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

RemoveEventListener() public static method

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

RemoveEventListener() public static method

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

RemoveEventListener() public static method

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

RemoveEventListener() public static method

public static RemoveEventListener ( WorkerGlobalScopeEvents type, IEventListener listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public static method

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

RemoveEventListener() public static method

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

RemoveEventListener() public static method

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

RemoveEventListener() public static method

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

ToNativeLineEndings() public static method

public static ToNativeLineEndings ( string @string ) : string
@string string
return string