NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeDelegator Class

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

Remarks

Delegates are used for the managed code objects to encapsulate method calls. They are used primarily in Event notifications and callbacks.

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

TypeDelegator Members | System.Reflection Namespace