C# Class Plasma.pnIniParser

Afficher le fichier Open project: Hoikas/PlasmaDotNet Class Usage Examples

Méthodes publiques

Méthode Description
GetGuid ( string index, System.Guid def = newGuid() ) : System.Guid
GetInteger ( string index ) : int?
Populate ( Plasma.hsTokenStream s ) : void
pnIniParser ( string file ) : System
this ( string index ) : string

Method Details

GetGuid() public méthode

public GetGuid ( string index, System.Guid def = newGuid() ) : System.Guid
index string
def System.Guid
Résultat System.Guid

GetInteger() public méthode

public GetInteger ( string index ) : int?
index string
Résultat int?

Populate() public méthode

public Populate ( Plasma.hsTokenStream s ) : void
s Plasma.hsTokenStream
Résultat void

pnIniParser() public méthode

public pnIniParser ( string file ) : System
file string
Résultat System

this() public méthode

public this ( string index ) : string
index string
Résultat string