C# 클래스 System.IO.PathInternal

Contains internal path helpers that are shared between many projects.
파일 보기 프로젝트 열기: PlayScriptRedux/playscript 1 사용 예제들

공개 메소드들

메소드 설명
HasIllegalCharacters ( string path, bool checkAdditional ) : bool
IsPartiallyQualified ( string path ) : bool

메소드 상세

HasIllegalCharacters() 공개 정적인 메소드

public static HasIllegalCharacters ( string path, bool checkAdditional ) : bool
path string
checkAdditional bool
리턴 bool

IsPartiallyQualified() 공개 정적인 메소드

public static IsPartiallyQualified ( string path ) : bool
path string
리턴 bool