C# Class MasterInstaller.Managers.FileAssociationManager

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
IsAssociated ( string extension ) : bool
SetAllFileAssociations ( ) : void

Private Methods

Méthode Description
Associate ( string extension, string progID, string description, string applicationFileName ) : void
GetShortPathName ( string lpszLongPath, [ lpszShortPath, uint cchBuffer ) : uint
ToShortPathName ( string longName ) : string

Method Details

IsAssociated() public static méthode

public static IsAssociated ( string extension ) : bool
extension string
Résultat bool

SetAllFileAssociations() public static méthode

public static SetAllFileAssociations ( ) : void
Résultat void