C# Class BlipFace.Helpers.AutoStart

Afficher le fichier Open project: ksopyla/blipface Class Usage Examples

Méthodes publiques

Свойство Type Description
ApplicationName string

Méthodes publiques

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

Private Methods

Méthode Description
AutoStart ( string KeyName, string ApplicationName ) : System
SetRegKey ( ) : void
createshortcut ( ) : void

Method Details

AutoStart() public méthode

Creates an AutoStart object for the current application
public AutoStart ( ) : System
Résultat System

AutoStart() public méthode

public AutoStart ( string ApplicationName ) : System
ApplicationName string
Résultat System

GetStartupRegistryApplications() public static méthode

public static GetStartupRegistryApplications ( ) : string[]
Résultat string[]

GetStartupRegistryDir() public static méthode

public static GetStartupRegistryDir ( ) : RegistryKey
Résultat Microsoft.Win32.RegistryKey

ResetCurrent() public static méthode

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

SetCurrentCommandLine() public méthode

Sets the CommandlineParameters property to the commandlines with which the application was started
public SetCurrentCommandLine ( ) : void
Résultat void

Property Details

ApplicationName public_oe property

public string ApplicationName
Résultat string