C# Class wmib.STI

Storage Item
Afficher le fichier Open project: benapetr/wikimedia-bot Class Usage Examples

Méthodes publiques

Свойство Type Description
DelayedWrite bool
file string
line string

Méthodes publiques

Méthode Description
STI ( string Line, string Name, bool delayed = true ) : System

Creates a new instance of STI

Method Details

STI() public méthode

Creates a new instance of STI
public STI ( string Line, string Name, bool delayed = true ) : System
Line string
Name string
delayed bool
Résultat System

Property Details

DelayedWrite public_oe property

Delayed write
public bool DelayedWrite
Résultat bool

file public_oe property

File
public string file
Résultat string

line public_oe property

Line
public string line
Résultat string