C# Class FlatRedBall.Glue.Settings.FileAssociationSettings

Inheritance: ICustomTypeDescriptor, IApplicationSettings
Afficher le fichier Open project: vchelaru/FlatRedBall

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
FileAssociationSettings ( ) : System
GetApplicationForExtension ( string extension ) : string
LoadSettings ( ) : void
ReplaceApplicationInList ( string oldName, string newName ) : void
SaveSettings ( ) : void
SetApplicationForExtension ( string extension, string application ) : string

Private Methods

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

Method Details

FileAssociationSettings() public méthode

public FileAssociationSettings ( ) : System
Résultat System

GetApplicationForExtension() public méthode

public GetApplicationForExtension ( string extension ) : string
extension string
Résultat string

LoadSettings() public méthode

public LoadSettings ( ) : void
Résultat void

ReplaceApplicationInList() public méthode

public ReplaceApplicationInList ( string oldName, string newName ) : void
oldName string
newName string
Résultat void

SaveSettings() public méthode

public SaveSettings ( ) : void
Résultat void

SetApplicationForExtension() public méthode

public SetApplicationForExtension ( string extension, string application ) : string
extension string
application string
Résultat string