Public instance methods
IAsyncResult BeginInvoke(object obj, int index, object value, AsyncCallback callback, object object)
Parameters
return IAsyncResult |
|
object obj |
|
int index |
|
object value |
|
AsyncCallback callback |
|
object object |
|
object DynamicInvoke(Object[] args)
Parameters
return object |
|
Object[] args |
|
void EndInvoke(IAsyncResult result)
Parameters
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 |
|
void Invoke(object obj, int index, object value)
Parameters
object obj |
|
int index |
|
object value |
|
Public properties