C# 클래스 HDLToolkit.SystemHelper

파일 보기 프로젝트 열기: nathanrossi/hdl-toolkit

공개 메소드들

메소드 설명
EnvironmentPathAppend ( string path, List values ) : string
EnvironmentPathAppend ( string path, string value ) : string
EnvironmentPathPrepend ( string path, List values ) : string
EnvironmentPathPrepend ( string path, string value ) : string
GetCacheDirectory ( ) : string
GetSystemType ( ) : SystemType
GetTemporaryDirectory ( ) : string

메소드 상세

EnvironmentPathAppend() 공개 정적인 메소드

public static EnvironmentPathAppend ( string path, List values ) : string
path string
values List
리턴 string

EnvironmentPathAppend() 공개 정적인 메소드

public static EnvironmentPathAppend ( string path, string value ) : string
path string
value string
리턴 string

EnvironmentPathPrepend() 공개 정적인 메소드

public static EnvironmentPathPrepend ( string path, List values ) : string
path string
values List
리턴 string

EnvironmentPathPrepend() 공개 정적인 메소드

public static EnvironmentPathPrepend ( string path, string value ) : string
path string
value string
리턴 string

GetCacheDirectory() 공개 정적인 메소드

public static GetCacheDirectory ( ) : string
리턴 string

GetSystemType() 공개 정적인 메소드

public static GetSystemType ( ) : SystemType
리턴 SystemType

GetTemporaryDirectory() 공개 정적인 메소드

public static GetTemporaryDirectory ( ) : string
리턴 string