C# Класс NAnt.DotNet.Tasks.LicenseTask.LicenseGatherer

Responsible for reading the license and writing them to a license file.
Наследование: System.MarshalByRefObject
Показать файл Открыть проект

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

Метод Описание
CreateLicenseFile ( LicenseTask licenseTask, string licensesFile ) : void

Creates the whole license file.

InitializeLifetimeService ( ) : Object

Obtains a lifetime service object to control the lifetime policy for this instance.

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

Метод Описание
IsSerializable ( object value ) : bool

Determines whether the given object is serializable in binary format.

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

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

Creates the whole license file.
public CreateLicenseFile ( LicenseTask licenseTask, string licensesFile ) : void
licenseTask LicenseTask The instance for which the license file should be created.
licensesFile string The .licenses file to create.
Результат void

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

Obtains a lifetime service object to control the lifetime policy for this instance.
public InitializeLifetimeService ( ) : Object
Результат Object