C# Class ZForge.Win32.FileAssociation.ProgramVerb

Provides representation of verb that is used to determine mode file is being opened in. Contained within ProgID.
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
ProgramVerb ( string name, string command ) : System

Method Details

ProgramVerb() public méthode

public ProgramVerb ( string name, string command ) : System
name string Name of verb
command string Command-line path to program and arguments of associated program
Résultat System