C# 클래스 Swicli.Library.ContextHandle

파일 보기 프로젝트 열기: swi-to-yap/swicli 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Context System.IntPtr
ContextToObject ContextHandle>.Dictionary
Handle int
HandleToObject ContextHandle>.Dictionary
ManagedObject SCCH
TotalHandles int

공개 메소드들

메소드 설명
Call ( PlTermV termV ) : bool
Close ( PlTermV termV ) : bool
ContextHandle ( ) : System
HasMore ( ) : bool
Setup ( PlTermV a0 ) : bool

메소드 상세

Call() 공개 추상적인 메소드

public abstract Call ( PlTermV termV ) : bool
termV PlTermV
리턴 bool

Close() 공개 추상적인 메소드

public abstract Close ( PlTermV termV ) : bool
termV PlTermV
리턴 bool

ContextHandle() 공개 메소드

public ContextHandle ( ) : System
리턴 System

HasMore() 공개 추상적인 메소드

public abstract HasMore ( ) : bool
리턴 bool

Setup() 공개 추상적인 메소드

public abstract Setup ( PlTermV a0 ) : bool
a0 PlTermV
리턴 bool

프로퍼티 상세

Context 공개적으로 프로퍼티

public IntPtr,System Context
리턴 System.IntPtr

ContextToObject 공개적으로 정적으로 프로퍼티

public static Dictionary ContextToObject
리턴 ContextHandle>.Dictionary

Handle 공개적으로 프로퍼티

public int Handle
리턴 int

HandleToObject 공개적으로 정적으로 프로퍼티

public static Dictionary HandleToObject
리턴 ContextHandle>.Dictionary

ManagedObject 공개적으로 프로퍼티

public SCCH ManagedObject
리턴 SCCH

TotalHandles 공개적으로 정적으로 프로퍼티

public static int TotalHandles
리턴 int