C# 클래스 BitSharp.Node.BitSharpNode

상속: IDisposable
파일 보기 프로젝트 열기: pmlyon/BitSharp 1 사용 예제들

공개 메소드들

메소드 설명
BitSharpNode ( string args, bool strictArgs ) : BitSharp.Common.ExtensionMethods
Dispose ( ) : void
Main ( string args ) : void
StartAsync ( ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

BitSharpNode() 공개 메소드

public BitSharpNode ( string args, bool strictArgs ) : BitSharp.Common.ExtensionMethods
args string
strictArgs bool
리턴 BitSharp.Common.ExtensionMethods

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

StartAsync() 공개 메소드

public StartAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task