C# Class Swicli.Library.WaitUntilDelegate

Inheritance: PrologGenericDelegate, IDisposable
显示文件 Open project: swi-to-yap/swicli Class Usage Examples

Public Properties

Property Type Description
Event System.Reflection.EventInfo
Instance object
Result object[]
parent WaitUntilDelegateList

Public Methods

Method Description
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

Method Details

CallProlog() public method

public CallProlog ( ) : object
return object

CallPrologFast() public method

public CallPrologFast ( object paramz ) : object
paramz object
return object

CallPrologV() public method

public CallPrologV ( ) : void
return void

Dispose() public method

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

WaitUntilDelegate() public method

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

Property Details

Event public_oe property

public EventInfo,System.Reflection Event
return System.Reflection.EventInfo

Instance public_oe property

public object Instance
return object

Result public_oe property

public object[] Result
return object[]

parent public_oe property

public WaitUntilDelegateList,Swicli.Library parent
return WaitUntilDelegateList