C# 클래스 Itenso.Sys.Application.Argument

상속: IArgument
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

공개 메소드들

메소드 설명
Load ( string commandLineArg ) : void

보호된 메소드들

메소드 설명
Argument ( ArgumentType argumentType, string name, object defaultValue )
OnLoad ( string commandLineArg ) : bool

메소드 상세

Argument() 보호된 메소드

protected Argument ( ArgumentType argumentType, string name, object defaultValue )
argumentType ArgumentType
name string
defaultValue object

Load() 공개 메소드

public Load ( string commandLineArg ) : void
commandLineArg string
리턴 void

OnLoad() 보호된 추상적인 메소드

protected abstract OnLoad ( string commandLineArg ) : bool
commandLineArg string
리턴 bool