C# 클래스 VSCodeDebug.Utilities

파일 보기 프로젝트 열기: Microsoft/vscode-mono-debug

공개 메소드들

메소드 설명
ExpandVariables ( string format, dynamic variables, bool underscoredOnly = true ) : string
FindFreePort ( int fallback ) : int
FixPathOnOSX ( ) : void
IsLinux ( ) : bool
IsOSX ( ) : bool
IsWindows ( ) : bool
MakeRelativePath ( string dirPath, string absPath ) : string
ResolveIPAddress ( string addressString ) : IPAddress

메소드 상세

ExpandVariables() 공개 정적인 메소드

public static ExpandVariables ( string format, dynamic variables, bool underscoredOnly = true ) : string
format string
variables dynamic
underscoredOnly bool
리턴 string

FindFreePort() 공개 정적인 메소드

public static FindFreePort ( int fallback ) : int
fallback int
리턴 int

FixPathOnOSX() 공개 정적인 메소드

public static FixPathOnOSX ( ) : void
리턴 void

IsLinux() 공개 정적인 메소드

public static IsLinux ( ) : bool
리턴 bool

IsOSX() 공개 정적인 메소드

public static IsOSX ( ) : bool
리턴 bool

IsWindows() 공개 정적인 메소드

public static IsWindows ( ) : bool
리턴 bool

MakeRelativePath() 공개 정적인 메소드

public static MakeRelativePath ( string dirPath, string absPath ) : string
dirPath string
absPath string
리턴 string

ResolveIPAddress() 공개 정적인 메소드

public static ResolveIPAddress ( string addressString ) : IPAddress
addressString string
리턴 System.Net.IPAddress