C# 클래스 Eto.Designer.BuilderInfo

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

Private Properties

프로퍼티 타입 설명
GetBuilders IEnumerable

공개 메소드들

메소드 설명
Find ( string fileName ) : BuilderInfo
FindCodeBehind ( string fileName ) : BuilderInfo
IsCodeBehind ( string fileName ) : bool
Supports ( string fileName ) : bool

비공개 메소드들

메소드 설명
GetBuilders ( ) : IEnumerable

메소드 상세

Find() 공개 정적인 메소드

public static Find ( string fileName ) : BuilderInfo
fileName string
리턴 BuilderInfo

FindCodeBehind() 공개 정적인 메소드

public static FindCodeBehind ( string fileName ) : BuilderInfo
fileName string
리턴 BuilderInfo

IsCodeBehind() 공개 정적인 메소드

public static IsCodeBehind ( string fileName ) : bool
fileName string
리턴 bool

Supports() 공개 정적인 메소드

public static Supports ( string fileName ) : bool
fileName string
리턴 bool