Method | Description | |
---|---|---|
IsExistsOnPath ( string fileName ) : bool | ||
IsValidDomainName ( string name ) : bool | ||
OpenWithNotepad ( string file, bool runas = false ) : void | ||
ReplaceStringInFile ( string filename, string search, string replace ) : void | ||
SetDnsResolver ( string dnsString ) : void | ||
UnsetDnsResolver ( ) : void |
Method | Description | |
---|---|---|
GetActiveNic ( ) : NetworkInterface | ||
GetFullPath ( string fileName ) : string |
public static IsExistsOnPath ( string fileName ) : bool | ||
fileName | string | |
return | bool |
public static IsValidDomainName ( string name ) : bool | ||
name | string | |
return | bool |
public static OpenWithNotepad ( string file, bool runas = false ) : void | ||
file | string | |
runas | bool | |
return | void |
public static ReplaceStringInFile ( string filename, string search, string replace ) : void | ||
filename | string | |
search | string | |
replace | string | |
return | void |
public static SetDnsResolver ( string dnsString ) : void | ||
dnsString | string | |
return | void |