C# Class XSharp.Project.XSharpDebugPropertyPage

Inheritance: XSharpSettingsPage
Afficher le fichier Open project: X-Sharp/XSharpPublic

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetClassName ( ) : string

Returns class FullName property value.

XSharpDebugPropertyPage ( ) : System

Explicitly defined default constructor.

Méthodes protégées

Méthode Description
ApplyChanges ( ) : int

Apply Changes on project node.

BindProperties ( ) : void

Bind properties.

Method Details

ApplyChanges() protected méthode

Apply Changes on project node.
protected ApplyChanges ( ) : int
Résultat int

BindProperties() protected méthode

Bind properties.
protected BindProperties ( ) : void
Résultat void

GetClassName() public méthode

Returns class FullName property value.
public GetClassName ( ) : string
Résultat string

XSharpDebugPropertyPage() public méthode

Explicitly defined default constructor.
public XSharpDebugPropertyPage ( ) : System
Résultat System