C# Class winsw.Plugins.SharedDirectoryMapper.SharedDirectoryMapperConfig

Stores configuration entries for SharedDirectoryMapper extension.
Afficher le fichier Open project: kohsuke/winsw Class Usage Examples

Méthodes publiques

Méthode Description
FromXml ( XmlElement node ) : SharedDirectoryMapperConfig
SharedDirectoryMapperConfig ( bool enableMapping, string label, string uncPath ) : System

Method Details

FromXml() public static méthode

public static FromXml ( XmlElement node ) : SharedDirectoryMapperConfig
node System.Xml.XmlElement
Résultat SharedDirectoryMapperConfig

SharedDirectoryMapperConfig() public méthode

public SharedDirectoryMapperConfig ( bool enableMapping, string label, string uncPath ) : System
enableMapping bool
label string
uncPath string
Résultat System