C# Класс CASCExplorer.InstallHandler

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clear ( ) : void
GetEntries ( ) : IEnumerable
GetEntries ( string tag ) : IEnumerable
GetEntries ( ulong hash ) : IEnumerable
GetEntry ( string name ) : InstallEntry
InstallHandler ( BinaryReader stream, BackgroundWorkerEx worker ) : System.Collections
Print ( ) : void

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

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

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

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

public GetEntries ( ) : IEnumerable
Результат IEnumerable

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

public GetEntries ( string tag ) : IEnumerable
tag string
Результат IEnumerable

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

public GetEntries ( ulong hash ) : IEnumerable
hash ulong
Результат IEnumerable

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

public GetEntry ( string name ) : InstallEntry
name string
Результат InstallEntry

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

public InstallHandler ( BinaryReader stream, BackgroundWorkerEx worker ) : System.Collections
stream System.IO.BinaryReader
worker BackgroundWorkerEx
Результат System.Collections

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

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