C# Class System.Threading.WebWorkers.WorkerGlobalScope

Inheritance: System.Html.EventTarget, IWindowTimers, IWindowBase64
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
ImportScripts void
WorkerGlobalScope System.Html

Méthodes publiques

Méthode 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
Atob ( string atob ) : string
Btoa ( string btoa ) : string
Close ( ) : void
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
ToNativeLineEndings ( string @string ) : string

Private Methods

Méthode Description
ImportScripts ( ) : void
WorkerGlobalScope ( ) : System.Html

Method Details

AddEventListener() public méthode

public AddEventListener ( WorkerGlobalScopeEvents type, Action listener ) : void
type WorkerGlobalScopeEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( WorkerGlobalScopeEvents type, Action listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( WorkerGlobalScopeEvents type, IEventListener listener ) : void
type WorkerGlobalScopeEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( WorkerGlobalScopeEvents type, IEventListener listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

Atob() public méthode

public Atob ( string atob ) : string
atob string
Résultat string

Btoa() public méthode

public Btoa ( string btoa ) : string
btoa string
Résultat string

Close() public méthode

public Close ( ) : void
Résultat void

Dump() public méthode

public Dump ( ) : void
Résultat void

Dump() public méthode

public Dump ( string str ) : void
str string
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WorkerGlobalScopeEvents type, Action listener ) : void
type WorkerGlobalScopeEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WorkerGlobalScopeEvents type, Action listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WorkerGlobalScopeEvents type, IEventListener listener ) : void
type WorkerGlobalScopeEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( WorkerGlobalScopeEvents type, IEventListener listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

ToNativeLineEndings() public méthode

public ToNativeLineEndings ( string @string ) : string
@string string
Résultat string