C# 클래스 Axiom.Compiler.CodeObjectModel.PrologCodeMethod

Represents a foreign imported method.
상속: PrologCodeTerm
파일 보기 프로젝트 열기: ahodroj/prologdotnet 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

PrologCodeMethod() 공개 메소드

public PrologCodeMethod ( ) : System
리턴 System

PrologCodeMethod() 공개 메소드

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.
리턴 System

PrologCodeMethod() 공개 메소드

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.
리턴 System