WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DracLabs.IniFile.IniSection Class Reference

Classes

class  IniKey
 

Public Member Functions

IniKey AddKey (string sKey)
 
bool RemoveKey (string sKey)
 
bool RemoveKey (IniKey Key)
 
bool RemoveAllKeys ()
 
IniKey GetKey (string sKey)
 
bool SetName (string sSection)
 
string GetName ()
 

Properties

System.Collections.ICollection Keys [get]
 
string Name [get]
 

Detailed Description

Definition at line 251 of file IniFile.cs.

Member Function Documentation

IniKey DracLabs.IniFile.IniSection.AddKey ( string  sKey)

Definition at line 281 of file IniFile.cs.

IniKey DracLabs.IniFile.IniSection.GetKey ( string  sKey)

Definition at line 332 of file IniFile.cs.

string DracLabs.IniFile.IniSection.GetName ( )

Definition at line 374 of file IniFile.cs.

bool DracLabs.IniFile.IniSection.RemoveAllKeys ( )

Definition at line 325 of file IniFile.cs.

bool DracLabs.IniFile.IniSection.RemoveKey ( string  sKey)

Definition at line 301 of file IniFile.cs.

bool DracLabs.IniFile.IniSection.RemoveKey ( IniKey  Key)

Definition at line 307 of file IniFile.cs.

bool DracLabs.IniFile.IniSection.SetName ( string  sSection)

Definition at line 344 of file IniFile.cs.

Property Documentation

System.Collections.ICollection DracLabs.IniFile.IniSection.Keys
get

Definition at line 270 of file IniFile.cs.

string DracLabs.IniFile.IniSection.Name
get

Definition at line 276 of file IniFile.cs.


The documentation for this class was generated from the following file: