Method | 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 | |
return | void |
public AddReference ( string referencePath ) : void | ||
referencePath | string | |
return | void |
public AddReference ( string referencePath, Stream stream ) : void | ||
referencePath | string | |
stream | Stream | |
return | void |
public GetPropertyValue ( string propertyName ) : dynamic | ||
propertyName | string | |
return | dynamic |
public IsProjectReference ( string name ) : bool | ||
name | string | |
return | bool |
public IsSupportedFile ( string path ) : bool | ||
path | string | |
return | bool |
public MockProjectSystem ( FrameworkName frameworkName, string root = @"x:\MockFileSystem" ) : System | ||
frameworkName | FrameworkName | |
root | string | |
return | System |
public ReferenceExists ( string name ) : bool | ||
name | string | |
return | bool |
public RemoveReference ( string name ) : void | ||
name | string | |
return | void |