Table of Contents

Class ParameterInfo

Namespace
System.Reflection
Assembly
mscorlib.dll

Discovers the attributes of a parameter and provides access to parameter metadata.

public abstract class ParameterInfo
Inheritance
ParameterInfo
Inherited Members
Extension Methods

Remarks

Available only in mscorlib build with support for System.Reflection.

Constructors

ParameterInfo()

protected ParameterInfo()

Properties

ParameterType

Gets the Type of this parameter.

public virtual Type ParameterType { get; }

Property Value

Type

The Type object that represents the Type of this parameter.