Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
WindowsAzure
Commands
Common
FileSystemAdapter
C# 클래스 Microsoft.WindowsAzure.Commands.Common.FileSystemAdapter
상속:
IFileSystem
파일 보기
프로젝트 열기: Azure/azure-powershell
공개 메소드들
메소드
설명
ReadFile
(
string
path
) :
string
WriteFile
(
string
path
,
string
contents
) :
void
메소드 상세
ReadFile()
공개
메소드
public
ReadFile
(
string
path
) :
string
path
string
리턴
string
WriteFile()
공개
메소드
public
WriteFile
(
string
path
,
string
contents
) :
void
path
string
contents
string
리턴
void