C# Класс FlatRedBall.Glue.Settings.FileAssociationSettings

Наследование: ICustomTypeDescriptor, IApplicationSettings
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AddAvailableApplication void
AddDefaults void
ICustomTypeDescriptor System.ComponentModel.AttributeCollection
ICustomTypeDescriptor System.ComponentModel.EventDescriptor
ICustomTypeDescriptor System.ComponentModel.EventDescriptorCollection
ICustomTypeDescriptor System.ComponentModel.EventDescriptorCollection
ICustomTypeDescriptor System.ComponentModel.PropertyDescriptor
ICustomTypeDescriptor System.ComponentModel.PropertyDescriptorCollection
ICustomTypeDescriptor System.ComponentModel.PropertyDescriptorCollection
ICustomTypeDescriptor System.ComponentModel.TypeConverter
ICustomTypeDescriptor object
ICustomTypeDescriptor object
ICustomTypeDescriptor string

Открытые методы

Метод Описание
FileAssociationSettings ( ) : System
GetApplicationForExtension ( string extension ) : string
LoadSettings ( ) : void
ReplaceApplicationInList ( string oldName, string newName ) : void
SaveSettings ( ) : void
SetApplicationForExtension ( string extension, string application ) : string

Приватные методы

Метод Описание
AddAvailableApplication ( string result, bool saveSettings ) : void
AddDefaults ( ) : void
ICustomTypeDescriptor ( ) : AttributeCollection
ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
ICustomTypeDescriptor ( ) : EventDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
ICustomTypeDescriptor ( ) : PropertyDescriptor
ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( ) : TypeConverter
ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
ICustomTypeDescriptor ( Type editorBaseType ) : object
ICustomTypeDescriptor ( ) : string

Описание методов

FileAssociationSettings() публичный Метод

public FileAssociationSettings ( ) : System
Результат System

GetApplicationForExtension() публичный Метод

public GetApplicationForExtension ( string extension ) : string
extension string
Результат string

LoadSettings() публичный Метод

public LoadSettings ( ) : void
Результат void

ReplaceApplicationInList() публичный Метод

public ReplaceApplicationInList ( string oldName, string newName ) : void
oldName string
newName string
Результат void

SaveSettings() публичный Метод

public SaveSettings ( ) : void
Результат void

SetApplicationForExtension() публичный Метод

public SetApplicationForExtension ( string extension, string application ) : string
extension string
application string
Результат string