C# Class FlatRedBall.Glue.Settings.FileAssociationSettings

Inheritance: ICustomTypeDescriptor, IApplicationSettings
Datei anzeigen Open project: vchelaru/FlatRedBall

Private Properties

Property 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

Public Methods

Method 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

Method 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 method

public FileAssociationSettings ( ) : System
return System

GetApplicationForExtension() public method

public GetApplicationForExtension ( string extension ) : string
extension string
return string

LoadSettings() public method

public LoadSettings ( ) : void
return void

ReplaceApplicationInList() public method

public ReplaceApplicationInList ( string oldName, string newName ) : void
oldName string
newName string
return void

SaveSettings() public method

public SaveSettings ( ) : void
return void

SetApplicationForExtension() public method

public SetApplicationForExtension ( string extension, string application ) : string
extension string
application string
return string