Namespaces

Types

Type SetterCallback

Namespace NHibernate.Bytecode.Lightweight

Parent MulticastDelegate

Methods

Properties

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 Clone()

Parameters
return 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

int GetHashCode()

Parameters
return int

Delegate[] GetInvocationList()

Parameters
return Delegate[]

void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters
SerializationInfo info
StreamingContext context

Type GetType()

Parameters
return Type

void Invoke(object obj, int index, object value)

Parameters
object obj
int index
object value

string ToString()

Parameters
return string

Public properties

MethodInfo Method get;

return MethodInfo

object Target get;

return object