C# 클래스 wmib.STI

Storage Item
파일 보기 프로젝트 열기: benapetr/wikimedia-bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DelayedWrite bool
file string
line string

공개 메소드들

메소드 설명
STI ( string Line, string Name, bool delayed = true ) : System

Creates a new instance of STI

메소드 상세

STI() 공개 메소드

Creates a new instance of STI
public STI ( string Line, string Name, bool delayed = true ) : System
Line string
Name string
delayed bool
리턴 System

프로퍼티 상세

DelayedWrite 공개적으로 프로퍼티

Delayed write
public bool DelayedWrite
리턴 bool

file 공개적으로 프로퍼티

File
public string file
리턴 string

line 공개적으로 프로퍼티

Line
public string line
리턴 string