Method | Description | |
---|---|---|
LaunchUrl ( |
Launch the specified URL in the user's browser, with added tracking parameters if the URL to be launched is part of nerdoftheherd.com.
|
Method | Description | |
---|---|---|
ApplyRunOnStartup ( ) : void | ||
CompositionEnabled ( ) : bool | ||
PathAvailableSpace ( string path ) : ulong |
Return the number of available bytes in the specified file path. DriveInfo.AvailableFreeSpace gives this information, but only for drives. This makes it less useful as paths may contain NTFS junction points, symbolic links, or be UNC paths. |
|
TrayAnimate ( |
||
VisibleOnScreen ( |
||
WinSevenOrLater ( ) : bool | ||
WinVistaOrLater ( ) : bool | ||
WinXpOrLater ( ) : bool | ||
Windows ( ) : bool |
public static LaunchUrl ( |
||
url | The URL to open. | |
action | string | The action which caused the URL to be launched, which will be set as the 'campaign'. |
return | void |