C# Class NClass.CSharp.CSharpClass

Inheritance: NClass.Core.ClassType
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Méthodes publiques

Méthode Description
AddConstructor ( ) : Constructor
AddDestructor ( ) : Destructor
AddEvent ( ) : Event
AddField ( ) : Field
AddInterface ( InterfaceType interfaceType ) : void
AddMethod ( ) : Method
AddProperty ( ) : Property
Clone ( ) : ClassType
GetDeclaration ( ) : string

Private Methods

Méthode Description
CSharpClass ( ) : System
CSharpClass ( string name ) : System

Method Details

AddConstructor() public méthode

public AddConstructor ( ) : Constructor
Résultat NClass.Core.Constructor

AddDestructor() public méthode

public AddDestructor ( ) : Destructor
Résultat NClass.Core.Destructor

AddEvent() public méthode

/// The does not fit to the syntax. ///
public AddEvent ( ) : Event
Résultat NClass.Core.Event

AddField() public méthode

/// The does not fit to the syntax. ///
public AddField ( ) : Field
Résultat NClass.Core.Field

AddInterface() public méthode

/// The language of does not equal.-or- /// is earlier implemented interface. /// /// is null. ///
public AddInterface ( InterfaceType interfaceType ) : void
interfaceType NClass.Core.InterfaceType
Résultat void

AddMethod() public méthode

/// The does not fit to the syntax. ///
public AddMethod ( ) : Method
Résultat NClass.Core.Method

AddProperty() public méthode

/// The does not fit to the syntax. ///
public AddProperty ( ) : Property
Résultat Property

Clone() public méthode

public Clone ( ) : ClassType
Résultat NClass.Core.ClassType

GetDeclaration() public méthode

public GetDeclaration ( ) : string
Résultat string