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!

ParameterInfo.ClassImpl

The Type of the parameter.

[Visual Basic]
Protected ClassImpl As Type
[C#]
protected Type ClassImpl;
[C++]
protected: Type* ClassImpl;
[JScript]
protected var ClassImpl : Type;

Remarks

A protected parameter and is intended for users subclassing ParameterInfo. This method is inaccessible due to its protection level. The Type of the parameter can be accessed through ParameterType.

See Also

ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace