Méthode | Description | |
---|---|---|
CreateDirectory ( string path ) : void | ||
Exists ( string path ) : bool | ||
FakeFileSystem ( ) : System.Collections.Generic | ||
WriteAllText ( string path, string contents ) : void |
public CreateDirectory ( string path ) : void | ||
path | string | |
Résultat | void |
public FakeFileSystem ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public WriteAllText ( string path, string contents ) : void | ||
path | string | |
contents | string | |
Résultat | void |