InstructionEncoder.Call Metod

Definition

Överlagringar

Name Description
Call(EntityHandle)

Kodar call instruktioner och dess operand.

Call(MemberReferenceHandle)

Kodar call instruktioner och dess operand.

Call(MethodDefinitionHandle)

Kodar call instruktioner och dess operand.

Call(MethodSpecificationHandle)

Kodar call instruktioner och dess operand.

Call(EntityHandle)

Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs

Kodar call instruktioner och dess 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)

Parametrar

methodHandle
EntityHandle

Gäller för

Call(MemberReferenceHandle)

Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs

Kodar call instruktioner och dess 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)

Parametrar

methodHandle
MemberReferenceHandle

Gäller för

Call(MethodDefinitionHandle)

Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs

Kodar call instruktioner och dess 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)

Parametrar

methodHandle
MethodDefinitionHandle

Gäller för

Call(MethodSpecificationHandle)

Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs
Källa:
InstructionEncoder.cs

Kodar call instruktioner och dess 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)

Parametrar

Gäller för