ParameterBuilder.SetMarshal 方法
注意:此方法现在已过时。
为该参数指定封送处理。
**命名空间:**System.Reflection.Emit
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
<ObsoleteAttribute("An alternate API is available: Emit the MarshalAs custom attribute instead. https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Overridable Sub SetMarshal ( _
unmanagedMarshal As UnmanagedMarshal _
)
用法
Dim instance As ParameterBuilder
Dim unmanagedMarshal As UnmanagedMarshal
instance.SetMarshal(unmanagedMarshal)
[ObsoleteAttribute("An alternate API is available: Emit the MarshalAs custom attribute instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public virtual void SetMarshal (
UnmanagedMarshal unmanagedMarshal
)
[ObsoleteAttribute(L"An alternate API is available: Emit the MarshalAs custom attribute instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public:
virtual void SetMarshal (
UnmanagedMarshal^ unmanagedMarshal
)
/** @attribute ObsoleteAttribute("An alternate API is available: Emit the MarshalAs custom attribute instead. https://go.microsoft.com/fwlink/?linkid=14202") */
public void SetMarshal (
UnmanagedMarshal unmanagedMarshal
)
ObsoleteAttribute("An alternate API is available: Emit the MarshalAs custom attribute instead. https://go.microsoft.com/fwlink/?linkid=14202")
public function SetMarshal (
unmanagedMarshal : UnmanagedMarshal
)
参数
- unmanagedMarshal
此参数的封送处理信息。
异常
异常类型 | 条件 |
---|---|
unmanagedMarshal 为 空引用(在 Visual Basic 中为 Nothing)。 |
备注
此方法应引发下列异常,但目前并不引发:
如果已使用 TypeBuilder.CreateType() 创建过此包含类型,则为 InvalidOperationException。
平台
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
受以下版本支持:1.0、1.1
在 2.0 中过时(编译器警告)
请参见
参考
ParameterBuilder 类
ParameterBuilder 成员
System.Reflection.Emit 命名空间