Binding.TranslateToILObject メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

Visual Basic (宣言)

Protected MustOverride Sub TranslateToILObject ( _ il As ILGenerator, _ obtype As Type, _ noValue As Boolean _ )

Visual Basic (使用法)

Dim il As ILGenerator Dim obtype As Type Dim noValue As Boolean

Me.TranslateToILObject(il, obtype, noValue)

C#

protected abstract void TranslateToILObject ( ILGenerator il, Type obtype, bool noValue )

C++

protected: virtual void TranslateToILObject ( ILGenerator^ il, Type^ obtype, bool noValue ) abstract

J#

protected abstract void TranslateToILObject ( ILGenerator il, Type obtype, boolean noValue )

JScript

protected abstract function TranslateToILObject ( il : ILGenerator, obtype : Type, noValue : boolean )

パラメータ

il

obtype

noValue