Namespaces

Types

Type SetPropertyValuesInvoker

Namespace NHibernate.Bytecode.Lightweight

Parent MulticastDelegate

Methods

Properties

Public instance methods

IAsyncResult BeginInvoke(object obj, Object[] values, SetterCallback callback, AsyncCallback callback, object object)

Parameters
return IAsyncResult
object obj
Object[] values
SetterCallback callback
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, Object[] values, SetterCallback callback)

Parameters
object obj
Object[] values
SetterCallback callback

string ToString()

Parameters
return string

Public properties

MethodInfo Method get;

return MethodInfo

object Target get;

return object