C# Class VSCodeDebug.Utilities

Afficher le fichier Open project: Microsoft/vscode-mono-debug

Méthodes publiques

Méthode Description
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

Method Details

ExpandVariables() public static méthode

public static ExpandVariables ( string format, dynamic variables, bool underscoredOnly = true ) : string
format string
variables dynamic
underscoredOnly bool
Résultat string

FindFreePort() public static méthode

public static FindFreePort ( int fallback ) : int
fallback int
Résultat int

FixPathOnOSX() public static méthode

public static FixPathOnOSX ( ) : void
Résultat void

IsLinux() public static méthode

public static IsLinux ( ) : bool
Résultat bool

IsOSX() public static méthode

public static IsOSX ( ) : bool
Résultat bool

IsWindows() public static méthode

public static IsWindows ( ) : bool
Résultat bool

MakeRelativePath() public static méthode

public static MakeRelativePath ( string dirPath, string absPath ) : string
dirPath string
absPath string
Résultat string

ResolveIPAddress() public static méthode

public static ResolveIPAddress ( string addressString ) : IPAddress
addressString string
Résultat System.Net.IPAddress