Namespaces

Types

Type GetterCallback

Namespace NHibernate.Bytecode.Lightweight

Parent MulticastDelegate

Methods

Properties

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

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

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

object Invoke(object obj, int index)

Parameters
return object
object obj
int index

string ToString()

Parameters
return string

Public properties

MethodInfo Method get;

return MethodInfo

object Target get;

return object