Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Microsoft
WindowsAzure
Commands
Common
FileSystemAdapter
C# Class Microsoft.WindowsAzure.Commands.Common.FileSystemAdapter
Inheritance:
IFileSystem
Mostrar archivo
Open project: Azure/azure-powershell
Public Methods
Method
Description
ReadFile
(
string
path
) :
string
WriteFile
(
string
path
,
string
contents
) :
void
Method Details
ReadFile()
public
method
public
ReadFile
(
string
path
) :
string
path
string
return
string
WriteFile()
public
method
public
WriteFile
(
string
path
,
string
contents
) :
void
path
string
contents
string
return
void