C# 클래스 mCleaner.Logics.Commands.CommandLogic_SQLiteVacuum

상속: iActions
파일 보기 프로젝트 열기: MicroHealthLLC/mCleaner 1 사용 예제들

공개 메소드들

메소드 설명
CommandLogic_SQLiteVacuum ( ) : System.Collections.Generic
Enqueue ( bool apply = false ) : void
EnqueueFile ( string file ) : void
EnqueueFiles ( string regex = "" ) : void

메소드 상세

CommandLogic_SQLiteVacuum() 공개 메소드

public CommandLogic_SQLiteVacuum ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Enqueue() 공개 메소드

public Enqueue ( bool apply = false ) : void
apply bool
리턴 void

EnqueueFile() 공개 메소드

public EnqueueFile ( string file ) : void
file string
리턴 void

EnqueueFiles() 공개 메소드

public EnqueueFiles ( string regex = "" ) : void
regex string
리턴 void