C# 클래스 StoryTeller.Model.Breakpoint

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

공개 프로퍼티들

프로퍼티 타입 설명
id string
position object

공개 메소드들

메소드 설명
Breakpoint ( ) : System.Reflection
Breakpoint ( string id, object position ) : System.Reflection
Equals ( object obj ) : bool
GetHashCode ( ) : int
Matches ( ILineExecution execution ) : bool
Matches ( string id, object position ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( Breakpoint other ) : bool

메소드 상세

Breakpoint() 공개 메소드

public Breakpoint ( ) : System.Reflection
리턴 System.Reflection

Breakpoint() 공개 메소드

public Breakpoint ( string id, object position ) : System.Reflection
id string
position object
리턴 System.Reflection

Equals() 보호된 메소드

protected Equals ( Breakpoint other ) : bool
other Breakpoint
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Matches() 공개 메소드

public Matches ( ILineExecution execution ) : bool
execution ILineExecution
리턴 bool

Matches() 공개 메소드

public Matches ( string id, object position ) : bool
id string
position object
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

id 공개적으로 프로퍼티

public string id
리턴 string

position 공개적으로 프로퍼티

public object position
리턴 object