C# 클래스 AMEE_in_Revit.Addin.Commands.CommandBase

파일 보기 프로젝트 열기: AMEE/revit

보호된 프로퍼티들

프로퍼티 타입 설명
logger log4net.ILog

공개 메소드들

메소드 설명
SetStatusText ( string text ) : void

비공개 메소드들

메소드 설명
FindWindowEx ( IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow ) : IntPtr
SetWindowText ( IntPtr hWnd, string lpString ) : int

메소드 상세

SetStatusText() 공개 정적인 메소드

public static SetStatusText ( string text ) : void
text string
리턴 void

프로퍼티 상세

logger 보호되어 있는 정적으로 프로퍼티

protected static ILog,log4net logger
리턴 log4net.ILog