ParameterBuilder.SetConstant 方法
设置该参数的默认值。
**命名空间:**System.Reflection.Emit
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
Public Overridable Sub SetConstant ( _
defaultValue As Object _
)
用法
Dim instance As ParameterBuilder
Dim defaultValue As Object
instance.SetConstant(defaultValue)
public virtual void SetConstant (
Object defaultValue
)
public:
virtual void SetConstant (
Object^ defaultValue
)
public void SetConstant (
Object defaultValue
)
public function SetConstant (
defaultValue : Object
)
参数
- defaultValue
该参数的默认值。
异常
异常类型 | 条件 |
---|---|
defaultValue 的类型不是备注部分提到的类型之一。 |
备注
defaultValue 限制为下列类型:Boolean、SByte、Int16、Int32、Int64、Byte、UInt16、UInt32、UInt64、Single、Double、DateTime、Char、String 和 Enum。如果该参数的类型是 Decimal 或 Object,则 defaultValue 只能为 null。
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
ParameterBuilder 类
ParameterBuilder 成员
System.Reflection.Emit 命名空间