C# Class NAnt.DotNet.Tasks.LicenseTask.LicenseGatherer

Responsible for reading the license and writing them to a license file.
Inheritance: System.MarshalByRefObject
Exibir arquivo Open project: skolima/NAnt

Public Methods

Method Description
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.

Private Methods

Method Description
IsSerializable ( object value ) : bool

Determines whether the given object is serializable in binary format.

Method Details

CreateLicenseFile() public method

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.
return void

InitializeLifetimeService() public method

Obtains a lifetime service object to control the lifetime policy for this instance.
public InitializeLifetimeService ( ) : Object
return Object