Sdílet prostřednictvím


InstructionEncoder.Call Metoda

Definice

Přetížení

Call(EntityHandle)

Kóduje call instrukce a její operand.

Call(MemberReferenceHandle)

Kóduje call instrukce a její operand.

Call(MethodDefinitionHandle)

Kóduje call instrukce a její operand.

Call(MethodSpecificationHandle)

Kóduje call instrukce a její operand.

Call(EntityHandle)

Zdroj:
InstructionEncoder.cs
Zdroj:
InstructionEncoder.cs
Zdroj:
InstructionEncoder.cs

Kóduje call instrukce a její operand.

public:
 void Call(System::Reflection::Metadata::EntityHandle methodHandle);
public void Call (System.Reflection.Metadata.EntityHandle methodHandle);
member this.Call : System.Reflection.Metadata.EntityHandle -> unit
Public Sub Call (methodHandle As EntityHandle)

Parametry

methodHandle
EntityHandle

Platí pro

Call(MemberReferenceHandle)

Zdroj:
InstructionEncoder.cs
Zdroj:
InstructionEncoder.cs
Zdroj:
InstructionEncoder.cs

Kóduje call instrukce a její operand.

public:
 void Call(System::Reflection::Metadata::MemberReferenceHandle methodHandle);
public void Call (System.Reflection.Metadata.MemberReferenceHandle methodHandle);
member this.Call : System.Reflection.Metadata.MemberReferenceHandle -> unit
Public Sub Call (methodHandle As MemberReferenceHandle)

Parametry

methodHandle
MemberReferenceHandle

Platí pro

Call(MethodDefinitionHandle)

Zdroj:
InstructionEncoder.cs
Zdroj:
InstructionEncoder.cs
Zdroj:
InstructionEncoder.cs

Kóduje call instrukce a její operand.

public:
 void Call(System::Reflection::Metadata::MethodDefinitionHandle methodHandle);
public void Call (System.Reflection.Metadata.MethodDefinitionHandle methodHandle);
member this.Call : System.Reflection.Metadata.MethodDefinitionHandle -> unit
Public Sub Call (methodHandle As MethodDefinitionHandle)

Parametry

methodHandle
MethodDefinitionHandle

Platí pro

Call(MethodSpecificationHandle)

Zdroj:
InstructionEncoder.cs
Zdroj:
InstructionEncoder.cs
Zdroj:
InstructionEncoder.cs

Kóduje call instrukce a její operand.

public:
 void Call(System::Reflection::Metadata::MethodSpecificationHandle methodHandle);
public void Call (System.Reflection.Metadata.MethodSpecificationHandle methodHandle);
member this.Call : System.Reflection.Metadata.MethodSpecificationHandle -> unit
Public Sub Call (methodHandle As MethodSpecificationHandle)

Parametry

Platí pro