C# Класс System.Threading.WebWorkers.WorkerGlobalScope

Наследование: System.Html.EventTarget, IWindowTimers, IWindowBase64
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ImportScripts void
WorkerGlobalScope System.Html

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ImportScripts ( ) : void
WorkerGlobalScope ( ) : System.Html

Описание методов

AddEventListener() публичный Метод

public AddEventListener ( WorkerGlobalScopeEvents type, Action listener ) : void
type WorkerGlobalScopeEvents
listener Action
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WorkerGlobalScopeEvents type, Action listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener Action
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandler
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandler
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandlerWithTarget
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandlerWithTarget
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( WorkerGlobalScopeEvents type, IEventListener listener ) : void
type WorkerGlobalScopeEvents
listener IEventListener
Результат void

AddEventListener() публичный Метод

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

Atob() публичный Метод

public Atob ( string atob ) : string
atob string
Результат string

Btoa() публичный Метод

public Btoa ( string btoa ) : string
btoa string
Результат string

Close() публичный Метод

public Close ( ) : void
Результат void

Dump() публичный Метод

public Dump ( ) : void
Результат void

Dump() публичный Метод

public Dump ( string str ) : void
str string
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WorkerGlobalScopeEvents type, Action listener ) : void
type WorkerGlobalScopeEvents
listener Action
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WorkerGlobalScopeEvents type, Action listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener Action
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandler
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandler listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandler
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandlerWithTarget
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WorkerGlobalScopeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type WorkerGlobalScopeEvents
listener HtmlEventHandlerWithTarget
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( WorkerGlobalScopeEvents type, IEventListener listener ) : void
type WorkerGlobalScopeEvents
listener IEventListener
Результат void

RemoveEventListener() публичный Метод

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

ToNativeLineEndings() публичный Метод

public ToNativeLineEndings ( string @string ) : string
@string string
Результат string