Binding.TranslateToILObject(ILGenerator, Type, Boolean) 方法

定义

在派生类中重写时,针对在其上定义绑定引用的对象,生成 Microsoft 中间语言 (MSIL) 代码。

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 abstract void TranslateToILObject(System::Reflection::Emit::ILGenerator ^ il, Type ^ obtype, bool noValue);
protected abstract void TranslateToILObject (System.Reflection.Emit.ILGenerator il, Type obtype, bool noValue);
abstract member TranslateToILObject : System.Reflection.Emit.ILGenerator * Type * bool -> unit
Protected MustOverride Sub TranslateToILObject (il As ILGenerator, obtype As Type, noValue As Boolean)

参数

il
ILGenerator

一个生成 Microsoft 中间语言 (MSIL) 指令的对象。

obtype
Type

对象的类型。

noValue
Boolean

如果该对象没有值,则为 true;否则为 false

适用于

另请参阅