C# 클래스 ConsoleShared.ConsoleMacro

파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string value ) : int
ConsoleMacro ( ) : System.Collections.Generic
Load ( string name ) : ConsoleExecuteResult
Remove ( int key ) : void
RemoveLast ( ) : void
Save ( string name ) : ConsoleExecuteResult

메소드 상세

Add() 공개 메소드

public Add ( string value ) : int
value string
리턴 int

ConsoleMacro() 공개 메소드

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

Load() 공개 메소드

public Load ( string name ) : ConsoleExecuteResult
name string
리턴 ConsoleExecuteResult

Remove() 공개 메소드

public Remove ( int key ) : void
key int
리턴 void

RemoveLast() 공개 메소드

public RemoveLast ( ) : void
리턴 void

Save() 공개 메소드

public Save ( string name ) : ConsoleExecuteResult
name string
리턴 ConsoleExecuteResult