C# Class StoryTeller.Model.Breakpoint

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
id string
position object

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Equals ( Breakpoint other ) : bool

Method Details

Breakpoint() public méthode

public Breakpoint ( ) : System.Reflection
Résultat System.Reflection

Breakpoint() public méthode

public Breakpoint ( string id, object position ) : System.Reflection
id string
position object
Résultat System.Reflection

Equals() protected méthode

protected Equals ( Breakpoint other ) : bool
other Breakpoint
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Matches() public méthode

public Matches ( ILineExecution execution ) : bool
execution ILineExecution
Résultat bool

Matches() public méthode

public Matches ( string id, object position ) : bool
id string
position object
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

id public_oe property

public string id
Résultat string

position public_oe property

public object position
Résultat object