InstructionEncoder.Call Methode

Definition

Überlädt

Name Beschreibung
Call(EntityHandle)

call Codiert Anweisung und operand.

Call(MemberReferenceHandle)

call Codiert Anweisung und operand.

Call(MethodDefinitionHandle)

call Codiert Anweisung und operand.

Call(MethodSpecificationHandle)

call Codiert Anweisung und operand.

Call(EntityHandle)

Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs

call Codiert Anweisung und 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)

Parameter

methodHandle
EntityHandle

Gilt für:

Call(MemberReferenceHandle)

Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs

call Codiert Anweisung und 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)

Parameter

methodHandle
MemberReferenceHandle

Gilt für:

Call(MethodDefinitionHandle)

Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs

call Codiert Anweisung und 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)

Parameter

methodHandle
MethodDefinitionHandle

Gilt für:

Call(MethodSpecificationHandle)

Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs
Quelle:
InstructionEncoder.cs

call Codiert Anweisung und 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)

Parameter

Gilt für: