This class wraps a Type object and delegates all methods to that Type. It is useful to subclass this type and only overload those methods you need to provide customization in.
Object
MemberInfo
Type
TypeDelegator
[Visual Basic] Public Class TypeDelegator Inherits Type [C#] public class TypeDelegator : Type [C++] public __gc class TypeDelegator : public Type [JScript] public class TypeDelegator extends Type
Delegates are used for the managed code objects to encapsulate method calls. They are used primarily in Event notifications and callbacks.
Namespace: System.Reflection
Assembly: mscorlib.dll