C# Class Swicli.Library.WaitUntilDelegate

Inheritance: PrologGenericDelegate, IDisposable
Show file 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 property

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

Instance public property

public object Instance
return object

Result public property

public object[] Result
return object[]

parent public property

public WaitUntilDelegateList,Swicli.Library parent
return WaitUntilDelegateList