Summary

Describes a method. We use this class to wrap and return T:System.Reflection.MethodInfo's that are safe to interact with. Returned by Internal.TypeLibrary and TypeDescription.

Properties

IsMethod Returns true - because this is a method
IsSpecialName
IsVirtual
Parameters Gets a list of parameters expected by this method
ReturnType Gets the return type of this method.

Methods

CreateDelegate Creates a delegate bound to this method.
Invoke Invokes this method.
InvokeWithReturn Invokes this method and returns a value.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.