Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DotNetIO
FileSystems
InMemory
ChildItem
C# 클래스 DotNetIO.FileSystems.InMemory.ChildItem
파일 보기
프로젝트 열기: DotNetIO/DotNetIO
1 사용 예제들
공개 메소드들
메소드
설명
ChildItem
(
Directory
parentDir
) :
System
CreateChildDir
(
string
name
) :
void
CreateChildFile
(
string
name
) :
void
메소드 상세
ChildItem()
공개
메소드
public
ChildItem
(
Directory
parentDir
) :
System
parentDir
Directory
리턴
System
CreateChildDir()
공개
메소드
public
CreateChildDir
(
string
name
) :
void
name
string
리턴
void
CreateChildFile()
공개
메소드
public
CreateChildFile
(
string
name
) :
void
name
string
리턴
void