C# Class Swicli.Library.WaitUntilDelegate

Inheritance: PrologGenericDelegate, IDisposable
Afficher le fichier Open project: swi-to-yap/swicli Class Usage Examples

Méthodes publiques

Свойство Type Description
Event System.Reflection.EventInfo
Instance object
Result object[]
parent WaitUntilDelegateList

Méthodes publiques

Méthode 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 méthode

public CallProlog ( ) : object
Résultat object

CallPrologFast() public méthode

public CallPrologFast ( object paramz ) : object
paramz object
Résultat object

CallPrologV() public méthode

public CallPrologV ( ) : void
Résultat void

Dispose() public méthode

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

WaitUntilDelegate() public méthode

public WaitUntilDelegate ( WaitUntilDelegateList re, EventInfo info, object instance ) : System
re WaitUntilDelegateList
info System.Reflection.EventInfo
instance object
Résultat System

Property Details

Event public_oe property

public EventInfo,System.Reflection Event
Résultat System.Reflection.EventInfo

Instance public_oe property

public object Instance
Résultat object

Result public_oe property

public object[] Result
Résultat object[]

parent public_oe property

public WaitUntilDelegateList,Swicli.Library parent
Résultat WaitUntilDelegateList