C# Class CloudInit.CIEngine

Mostra file Open project: bwight/CloudInit.NET Class Usage Examples

Public Properties

Property Type Description
Headers IList

Public Methods

Method Description
CIEngine ( ) : System

Initializes a new instance of the CIEngine class.

CIEngine ( System.Diagnostics.EventLog eventLog, String logFile ) : System

Initializes a new instance of the CIEngine class.

Execute ( String scriptUri ) : void

Executes the specified script URI.

Private Methods

Method Description
DownloadFile ( String url ) : String

Downloads a file from an http endpoint

Method Details

CIEngine() public method

Initializes a new instance of the CIEngine class.
public CIEngine ( ) : System
return System

CIEngine() public method

Initializes a new instance of the CIEngine class.
public CIEngine ( System.Diagnostics.EventLog eventLog, String logFile ) : System
eventLog System.Diagnostics.EventLog The event log.
logFile String The log file.
return System

Execute() public method

Executes the specified script URI.
public Execute ( String scriptUri ) : void
scriptUri String The script URI.
return void

Property Details

Headers public_oe static_oe property

List of headers found while scaning the assemblies
public static IList Headers
return IList