C# Класс Ecologylab.Semantics.Collecting.WebBrowserPool

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

Private Properties

Свойство Тип Описание
WebBrowserPool System

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

Метод Описание
Acquire ( ) : WebView
ExtractMetadata ( DocumentClosure closure ) : void

Called by the _downloaderThread dispatched to the _awesomiumThread.

GetJsonMMD ( MetaMetadata mmd ) : string
InitializeWebCore ( ) : void
Release ( WebView releasedView ) : void
WebBrowserPool ( SemanticsSessionScope scope ) : System

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

Метод Описание
WebBrowserPool ( ) : System

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

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

public Acquire ( ) : WebView
Результат WebView

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

Called by the _downloaderThread dispatched to the _awesomiumThread.
public ExtractMetadata ( DocumentClosure closure ) : void
closure DocumentClosure
Результат void

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

public static GetJsonMMD ( MetaMetadata mmd ) : string
mmd MetaMetadata
Результат string

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

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

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

public Release ( WebView releasedView ) : void
releasedView WebView
Результат void

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

public WebBrowserPool ( SemanticsSessionScope scope ) : System
scope SemanticsSessionScope
Результат System