C# 클래스 RadioDld.OsUtils

파일 보기 프로젝트 열기: ribbons/RadioDownloader 1 사용 예제들

공개 메소드들

메소드 설명
LaunchUrl ( Uri url, string action ) : void

Launch the specified URL in the user's browser, with added tracking parameters if the URL to be launched is part of nerdoftheherd.com.

비공개 메소드들

메소드 설명
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 ( Form form, bool down ) : void
VisibleOnScreen ( Rectangle location ) : bool
WinSevenOrLater ( ) : bool
WinVistaOrLater ( ) : bool
WinXpOrLater ( ) : bool
Windows ( ) : bool

메소드 상세

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.
public static LaunchUrl ( Uri url, string action ) : void
url System.Uri The URL to open.
action string The action which caused the URL to be launched, which will be set as the 'campaign'.
리턴 void