C# Class DryRunner.Options.TestSiteDeployerOptions

Afficher le fichier Open project: tgjones/dryrunner Class Usage Examples

Private Properties

Свойство Type Description
ApplyDefaultsWhereNecessary void
GetMsBuildPathFromRegistry string
GetPathRelativeToCurrentAssemblyPath string
Validate void

Méthodes publiques

Méthode Description
TestSiteDeployerOptions ( ) : System

Default constructor.

Private Methods

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

Method Details

TestSiteDeployerOptions() public méthode

Default constructor.
public TestSiteDeployerOptions ( ) : System
Résultat System