C# Класс BlipFace.Helpers.AutoStart

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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