C# Class Axiom.Compiler.CodeObjectModel.PrologCodeMethod

Represents a foreign imported method.
Inheritance: PrologCodeTerm
Afficher le fichier Open project: ahodroj/prologdotnet Class Usage Examples

Méthodes publiques

Méthode Description
PrologCodeMethod ( ) : System
PrologCodeMethod ( string _class, string _assemblyName, int _type, string _methodName ) : System

Initializes a new instance of the PrologCodeMethod class.

PrologCodeMethod ( string _class, string _assemblyName, int _type, string _methodName, string _predicateName ) : System

Initializes a new instance of the PrologCodeMethod class.

Method Details

PrologCodeMethod() public méthode

public PrologCodeMethod ( ) : System
Résultat System

PrologCodeMethod() public méthode

Initializes a new instance of the PrologCodeMethod class.
public PrologCodeMethod ( string _class, string _assemblyName, int _type, string _methodName ) : System
_class string class type that includes the method.
_assemblyName string assembly name.
_type int method return type.
_methodName string method name.
Résultat System

PrologCodeMethod() public méthode

Initializes a new instance of the PrologCodeMethod class.
public PrologCodeMethod ( string _class, string _assemblyName, int _type, string _methodName, string _predicateName ) : System
_class string class type that contains the method.
_assemblyName string assembly name.
_type int return type of the method.
_methodName string method name.
_predicateName string predicate name.
Résultat System