C# Class DryRunner.Options.TestSiteDeployerOptions

Exibir arquivo Open project: tgjones/dryrunner Class Usage Examples

Private Properties

Property Type Description
ApplyDefaultsWhereNecessary void
GetMsBuildPathFromRegistry string
GetPathRelativeToCurrentAssemblyPath string
Validate void

Public Methods

Method Description
TestSiteDeployerOptions ( ) : System

Default constructor.

Private Methods

Method Description
ApplyDefaultsWhereNecessary ( string projectName ) : void
GetMsBuildPathFromRegistry ( MsBuildToolsVersion toolsVersion, bool use64Bit ) : string
GetPathRelativeToCurrentAssemblyPath ( string relativePath ) : string
Validate ( string optionsName ) : void

Method Details

TestSiteDeployerOptions() public method

Default constructor.
public TestSiteDeployerOptions ( ) : System
return System