C# Class WPCordovaClassLib.CordovaLib.ConfigHandler.PluginConfig

Afficher le fichier Open project: ChristianWeyer/tUdUs

Méthodes publiques

Свойство Type Description
Name string
isAutoLoad bool

Méthodes publiques

Méthode Description
PluginConfig ( string name, bool autoLoad = false ) : System

Method Details

PluginConfig() public méthode

public PluginConfig ( string name, bool autoLoad = false ) : System
name string
autoLoad bool
Résultat System

Property Details

Name public_oe property

public string Name
Résultat string

isAutoLoad public_oe property

public bool isAutoLoad
Résultat bool