ParameterInfo.RawDefaultValue Property
Gets a value indicating the default value if the parameter has a default value.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
This property can be used in both the execution context and the reflection-only context.
The default value is used when an actual value is not specified in the method call. A parameter can have a default value that is null. This is distinct from the case where a default value is not defined.
To get the ParameterInfo array, first get the method or the constructor and then call the MethodBase.GetParameters method.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.