Binding.TranslateToILObject(ILGenerator, Type, Boolean) Metodo

Definizione

Sottoposto a override in una classe derivata, genera il codice MSIL (Microsoft Intermediate Language) per l'oggetto su cui viene definito il riferimento dell'associazione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

il
ILGenerator

Oggetto che genera istruzioni MSIL (Microsoft Intermediate Language).

obtype
Type

Tipo dell'oggetto.

noValue
Boolean

true se l'oggetto non presenta alcun valore. In caso contrario, false.

Si applica a

Vedi anche