Méthode | Description | |
---|---|---|
AddFrameworkReference ( string name ) : void | ||
AddReference ( string referencePath ) : void | ||
AddReference ( string referencePath, Stream stream ) : void | ||
GetPropertyValue ( string propertyName ) : dynamic | ||
IsProjectReference ( string name ) : bool | ||
IsSupportedFile ( string path ) : bool | ||
MockProjectSystem ( ) : System | ||
MockProjectSystem ( FrameworkName frameworkName, string root = @"x:\MockFileSystem" ) : System | ||
ReferenceExists ( string name ) : bool | ||
RemoveReference ( string name ) : void | ||
ResolvePath ( string path ) : string |
public AddFrameworkReference ( string name ) : void | ||
name | string | |
Résultat | void |
public AddReference ( string referencePath ) : void | ||
referencePath | string | |
Résultat | void |
public AddReference ( string referencePath, Stream stream ) : void | ||
referencePath | string | |
stream | Stream | |
Résultat | void |
public GetPropertyValue ( string propertyName ) : dynamic | ||
propertyName | string | |
Résultat | dynamic |
public IsProjectReference ( string name ) : bool | ||
name | string | |
Résultat | bool |
public IsSupportedFile ( string path ) : bool | ||
path | string | |
Résultat | bool |
public MockProjectSystem ( FrameworkName frameworkName, string root = @"x:\MockFileSystem" ) : System | ||
frameworkName | FrameworkName | |
root | string | |
Résultat | System |
public ReferenceExists ( string name ) : bool | ||
name | string | |
Résultat | bool |
public RemoveReference ( string name ) : void | ||
name | string | |
Résultat | void |
public ResolvePath ( string path ) : string | ||
path | string | |
Résultat | string |