C# Класс GUI.LongOperations.OpenFileOperation

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

Private Properties

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

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

Метод Описание
ExecuteWork ( ) : void

Performs the job as a background task

OpenFileOperation ( string fileName, EfsSystem system, bool allowErrors, bool updateGuid ) : System.Collections.Generic

Constructor

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

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

Performs the job as a background task
public ExecuteWork ( ) : void
Результат void

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

Constructor
public OpenFileOperation ( string fileName, EfsSystem system, bool allowErrors, bool updateGuid ) : System.Collections.Generic
fileName string The file path of the file to load
system DataDictionary.EfsSystem The EFS system for which the load is performed
allowErrors bool Indicates that errors are allowed during load
updateGuid bool Indicates that the GUID should be set during load
Результат System.Collections.Generic