GetCSharpResourcePath() public static method

public static GetCSharpResourcePath ( string name, Assembly assembly ) : string
name string
assembly System.Reflection.Assembly
return string
Esempio n. 1
0
 public override string GetModuleLocation(Assembly assembly)
 {
     return(CompilationService.CompileResource(
                BaseTestFixture.GetCSharpResourcePath(file, assembly)));
 }