C# Class NClass.Java.JavaInterface

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

Méthodes publiques

Méthode Description
AddEvent ( ) : Event
AddField ( ) : Field
AddMethod ( ) : Method
AddProperty ( ) : Property
Clone ( ) : InterfaceType
GetDeclaration ( ) : string

Private Methods

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

Method Details

AddEvent() public méthode

/// The type does not support events. ///
public AddEvent ( ) : Event
Résultat NClass.Core.Event

AddField() public méthode

public AddField ( ) : Field
Résultat NClass.Core.Field

AddMethod() public méthode

public AddMethod ( ) : Method
Résultat NClass.Core.Method

AddProperty() public méthode

/// The type does not support properties. ///
public AddProperty ( ) : Property
Résultat Property

Clone() public méthode

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

GetDeclaration() public méthode

public GetDeclaration ( ) : string
Résultat string