InstructionEncoder.Call Method

Definition

Overloads

Call(EntityHandle)

Encodes call instruction and its operand.

Call(MemberReferenceHandle)

Encodes call instruction and its operand.

Call(MethodDefinitionHandle)

Encodes call instruction and its operand.

Call(MethodSpecificationHandle)

Encodes call instruction and its operand.

Call(EntityHandle)

Source:
InstructionEncoder.cs
Source:
InstructionEncoder.cs
Source:
InstructionEncoder.cs

Encodes call instruction and its 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)

Parameters

methodHandle
EntityHandle

Applies to

Call(MemberReferenceHandle)

Source:
InstructionEncoder.cs
Source:
InstructionEncoder.cs
Source:
InstructionEncoder.cs

Encodes call instruction and its 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)

Parameters

methodHandle
MemberReferenceHandle

Applies to

Call(MethodDefinitionHandle)

Source:
InstructionEncoder.cs
Source:
InstructionEncoder.cs
Source:
InstructionEncoder.cs

Encodes call instruction and its 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)

Parameters

methodHandle
MethodDefinitionHandle

Applies to

Call(MethodSpecificationHandle)

Source:
InstructionEncoder.cs
Source:
InstructionEncoder.cs
Source:
InstructionEncoder.cs

Encodes call instruction and its 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)

Parameters

Applies to