C# 클래스 Swicli.Library.WaitUntilDelegate

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

공개 프로퍼티들

프로퍼티 타입 설명
Event System.Reflection.EventInfo
Instance object
Result object[]
parent WaitUntilDelegateList

공개 메소드들

메소드 설명
CallProlog ( ) : object
CallPrologFast ( object paramz ) : object
CallPrologV ( ) : void
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

WaitUntilDelegate ( WaitUntilDelegateList re, EventInfo info, object instance ) : System

메소드 상세

CallProlog() 공개 메소드

public CallProlog ( ) : object
리턴 object

CallPrologFast() 공개 메소드

public CallPrologFast ( object paramz ) : object
paramz object
리턴 object

CallPrologV() 공개 메소드

public CallPrologV ( ) : void
리턴 void

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

WaitUntilDelegate() 공개 메소드

public WaitUntilDelegate ( WaitUntilDelegateList re, EventInfo info, object instance ) : System
re WaitUntilDelegateList
info System.Reflection.EventInfo
instance object
리턴 System

프로퍼티 상세

Event 공개적으로 프로퍼티

public EventInfo,System.Reflection Event
리턴 System.Reflection.EventInfo

Instance 공개적으로 프로퍼티

public object Instance
리턴 object

Result 공개적으로 프로퍼티

public object[] Result
리턴 object[]

parent 공개적으로 프로퍼티

public WaitUntilDelegateList,Swicli.Library parent
리턴 WaitUntilDelegateList