C# 클래스 Compat.Program.Pretty

파일 보기 프로젝트 열기: mcneel/compat

공개 메소드들

메소드 설명
Class ( string format ) : void
Instruction ( ResolutionStatus status, string scope, string format ) : void
Method ( string format ) : void

비공개 메소드들

메소드 설명
WriteColor ( string format, object args, ConsoleColor color ) : void

메소드 상세

Class() 공개 정적인 메소드

public static Class ( string format ) : void
format string
리턴 void

Instruction() 공개 정적인 메소드

public static Instruction ( ResolutionStatus status, string scope, string format ) : void
status ResolutionStatus
scope string
format string
리턴 void

Method() 공개 정적인 메소드

public static Method ( string format ) : void
format string
리턴 void