Public instance methods
IAsyncResult BeginInvoke(object obj, int index, AsyncCallback callback, object object)
Parameters
return IAsyncResult |
|
object obj |
|
int index |
|
AsyncCallback callback |
|
object object |
|
object DynamicInvoke(Object[] args)
Parameters
return object |
|
Object[] args |
|
object EndInvoke(IAsyncResult result)
Parameters
return object |
|
IAsyncResult result |
|
bool Equals(object obj)
Parameters
return bool |
|
object obj |
|
Delegate[] GetInvocationList()
Parameters
return Delegate[] |
|
void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
SerializationInfo info |
|
StreamingContext context |
|
object Invoke(object obj, int index)
Parameters
return object |
|
object obj |
|
int index |
|
Public properties