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 Constructor

Initializes a new instance of the TypeDelegator class.

Overload List

Initializes a new instance of the TypeDelegator class with default properties.

[Visual Basic] Overloads Protected Sub New()
[C#] protected TypeDelegator();
[C++] protected: TypeDelegator();
[JScript] protected function TypeDelegator();

Initializes a new instance of the class TypeDelegator with the delegating Type parameter.

[Visual Basic] Overloads Public Sub New(Type)
[C#] public TypeDelegator(Type);
[C++] public: TypeDelegator(Type*);
[JScript] public function TypeDelegator(Type);

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace