Bagikan melalui


LambdaExpression.CompileToMethod Metode

Definisi

Mengkompilasi lambda ke dalam definisi metode.

Overload

CompileToMethod(MethodBuilder)

Mengkompilasi lambda ke dalam definisi metode.

CompileToMethod(MethodBuilder, DebugInfoGenerator)

Mengkompilasi lambda ke dalam definisi metode dan informasi debug kustom.

CompileToMethod(MethodBuilder)

Mengkompilasi lambda ke dalam definisi metode.

public:
 void CompileToMethod(System::Reflection::Emit::MethodBuilder ^ method);
public void CompileToMethod (System.Reflection.Emit.MethodBuilder method);
member this.CompileToMethod : System.Reflection.Emit.MethodBuilder -> unit
Public Sub CompileToMethod (method As MethodBuilder)

Parameter

method
MethodBuilder

Yang MethodBuilder akan digunakan untuk memegang IL lambda.

Berlaku untuk

CompileToMethod(MethodBuilder, DebugInfoGenerator)

Mengkompilasi lambda ke dalam definisi metode dan informasi debug kustom.

public:
 void CompileToMethod(System::Reflection::Emit::MethodBuilder ^ method, System::Runtime::CompilerServices::DebugInfoGenerator ^ debugInfoGenerator);
public void CompileToMethod (System.Reflection.Emit.MethodBuilder method, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator);
member this.CompileToMethod : System.Reflection.Emit.MethodBuilder * System.Runtime.CompilerServices.DebugInfoGenerator -> unit
Public Sub CompileToMethod (method As MethodBuilder, debugInfoGenerator As DebugInfoGenerator)

Parameter

method
MethodBuilder

Yang MethodBuilder akan digunakan untuk memegang IL lambda.

debugInfoGenerator
DebugInfoGenerator

Generator informasi penelusuran kesalahan yang digunakan oleh pengompilasi untuk menandai titik urutan dan membuat anotasi variabel lokal.

Berlaku untuk