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

Показать файл Открыть проект

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
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

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

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

PostMessage() публичный статический Метод

public static PostMessage ( object message ) : void
message object
Результат void

PostMessage() публичный статический Метод

public static PostMessage ( object message, object transfer ) : void
message object
transfer object
Результат 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