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!

ConstructorBuilder.ReflectedType

This read-only property holds a reference to the Type object from which this object was obtained.

A ConstructorBuilder object represents a constructor on a particular class. In order to obtain a ConstructorInfo object, the Type object that represents the class that supports the constructor is queried. This property holds a reference to that Type object.

[Visual Basic]
Overridable Public ReadOnly Property ReflectedType As Type
[C#]
public Type ReflectedType {override get;}
[C++]
public: __property virtual Type* get_ReflectedType();
[JScript]
public function get ReflectedType() : Type;

Property Value

Returns the Type object from which this object was obtained.

See Also

ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace