InstructionEncoder.Call Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Przeciążenia
| Nazwa | Opis |
|---|---|
| Call(EntityHandle) |
Koduje instrukcje |
| Call(MemberReferenceHandle) |
Koduje instrukcje |
| Call(MethodDefinitionHandle) |
Koduje instrukcje |
| Call(MethodSpecificationHandle) |
Koduje instrukcje |
Call(EntityHandle)
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
Koduje instrukcje call i jego 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
Dotyczy
Call(MemberReferenceHandle)
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
Koduje instrukcje call i jego 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
Dotyczy
Call(MethodDefinitionHandle)
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
Koduje instrukcje call i jego 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
Dotyczy
Call(MethodSpecificationHandle)
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
- Źródło:
- InstructionEncoder.cs
Koduje instrukcje call i jego 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
- methodHandle
- MethodSpecificationHandle