C# Class XSharp.Project.XSharpDebugPropertyPage

Inheritance: XSharpSettingsPage
Mostra file Open project: X-Sharp/XSharpPublic

Private Properties

Property Type Description

Public Methods

Method Description
GetClassName ( ) : string

Returns class FullName property value.

XSharpDebugPropertyPage ( ) : System

Explicitly defined default constructor.

Protected Methods

Method Description
ApplyChanges ( ) : int

Apply Changes on project node.

BindProperties ( ) : void

Bind properties.

Method Details

ApplyChanges() protected method

Apply Changes on project node.
protected ApplyChanges ( ) : int
return int

BindProperties() protected method

Bind properties.
protected BindProperties ( ) : void
return void

GetClassName() public method

Returns class FullName property value.
public GetClassName ( ) : string
return string

XSharpDebugPropertyPage() public method

Explicitly defined default constructor.
public XSharpDebugPropertyPage ( ) : System
return System