C# 클래스 Two10.APM.Extensions

파일 보기 프로젝트 열기: richorama/APM

공개 메소드들

메소드 설명
DeleteDirectory ( string target_dir ) : void
GetSDKPath ( string sdkVersion = null ) : string
ReadAttribute ( this value, string name ) : string
SetUserAgent ( this headers ) : void
Size ( this d ) : long

메소드 상세

DeleteDirectory() 공개 정적인 메소드

public static DeleteDirectory ( string target_dir ) : void
target_dir string
리턴 void

GetSDKPath() 공개 정적인 메소드

public static GetSDKPath ( string sdkVersion = null ) : string
sdkVersion string
리턴 string

ReadAttribute() 공개 정적인 메소드

public static ReadAttribute ( this value, string name ) : string
value this
name string
리턴 string

SetUserAgent() 공개 정적인 메소드

public static SetUserAgent ( this headers ) : void
headers this
리턴 void

Size() 공개 정적인 메소드

public static Size ( this d ) : long
d this
리턴 long