C# 클래스 BlipFace.Helpers.AutoStart

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

공개 프로퍼티들

프로퍼티 타입 설명
ApplicationName string

공개 메소드들

메소드 설명
AutoStart ( ) : System

Creates an AutoStart object for the current application

AutoStart ( string ApplicationName ) : System
GetStartupRegistryApplications ( ) : string[]
GetStartupRegistryDir ( ) : RegistryKey
ResetCurrent ( ) : void

Destroys the object created when Current was called. Current can still be used, but the object will be recreated

SetCurrentCommandLine ( ) : void

Sets the CommandlineParameters property to the commandlines with which the application was started

비공개 메소드들

메소드 설명
AutoStart ( string KeyName, string ApplicationName ) : System
SetRegKey ( ) : void
createshortcut ( ) : void

메소드 상세

AutoStart() 공개 메소드

Creates an AutoStart object for the current application
public AutoStart ( ) : System
리턴 System

AutoStart() 공개 메소드

public AutoStart ( string ApplicationName ) : System
ApplicationName string
리턴 System

GetStartupRegistryApplications() 공개 정적인 메소드

public static GetStartupRegistryApplications ( ) : string[]
리턴 string[]

GetStartupRegistryDir() 공개 정적인 메소드

public static GetStartupRegistryDir ( ) : RegistryKey
리턴 Microsoft.Win32.RegistryKey

ResetCurrent() 공개 정적인 메소드

Destroys the object created when Current was called. Current can still be used, but the object will be recreated
public static ResetCurrent ( ) : void
리턴 void

SetCurrentCommandLine() 공개 메소드

Sets the CommandlineParameters property to the commandlines with which the application was started
public SetCurrentCommandLine ( ) : void
리턴 void

프로퍼티 상세

ApplicationName 공개적으로 프로퍼티

public string ApplicationName
리턴 string