C# 클래스 FlatRedBall.Glue.Settings.FileAssociationSettings

상속: ICustomTypeDescriptor, IApplicationSettings
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

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