DkmILParameterValue.Create Yöntem

Tanım

Aşırı Yüklemeler

Create(UInt32, ReadOnlyCollection<Byte>)

Yeni bir DkmILParameterValue nesne örneği oluşturun.

Create(UInt32, ReadOnlyCollection<Byte>, Boolean)

Yeni bir DkmILParameterValue nesne örneği oluşturun.

         Bu API, Visual Studio 14 RTM (DkmApiVersion. VS14RTM) içinde tanıtılmıştır.

Create(UInt32, ReadOnlyCollection<Byte>)

Yeni bir DkmILParameterValue nesne örneği oluşturun.

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILParameterValue ^ Create(System::UInt32 LocalIndex, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ ValueBytes);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILParameterValue Create (uint LocalIndex, System.Collections.ObjectModel.ReadOnlyCollection<byte> ValueBytes);
static member Create : uint32 * System.Collections.ObjectModel.ReadOnlyCollection<byte> -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILParameterValue
Public Shared Function Create (LocalIndex As UInteger, ValueBytes As ReadOnlyCollection(Of Byte)) As DkmILParameterValue

Parametreler

LocalIndex
UInt32

'Ndaki Il içindeki yerel değişkenin parametre değerini alacak dizini. Il akışı yürütülmeye başladığında, bu dizindeki yerel değişken parametre değeri olarak önceden ayarlanacaktır.

ValueBytes
ReadOnlyCollection<Byte>

'Ndaki Parametresi olarak geçirilecek değeri temsil eden baytlar.

Döndürülenler

DkmILParameterValue

Dışı Bu yöntem çağrısının sonucu.

Şunlara uygulanır

Create(UInt32, ReadOnlyCollection<Byte>, Boolean)

Yeni bir DkmILParameterValue nesne örneği oluşturun.

         Bu API, Visual Studio 14 RTM (DkmApiVersion. VS14RTM) içinde tanıtılmıştır.
public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILParameterValue ^ Create(System::UInt32 LocalIndex, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ ValueBytes, bool IsByRef);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILParameterValue Create (uint LocalIndex, System.Collections.ObjectModel.ReadOnlyCollection<byte> ValueBytes, bool IsByRef);
static member Create : uint32 * System.Collections.ObjectModel.ReadOnlyCollection<byte> * bool -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILParameterValue
Public Shared Function Create (LocalIndex As UInteger, ValueBytes As ReadOnlyCollection(Of Byte), IsByRef As Boolean) As DkmILParameterValue

Parametreler

LocalIndex
UInt32

'Ndaki Il içindeki yerel değişkenin parametre değerini alacak dizini. Il akışı yürütülmeye başladığında, bu dizindeki yerel değişken parametre değeri olarak önceden ayarlanacaktır.

ValueBytes
ReadOnlyCollection<Byte>

'Ndaki Parametresi olarak geçirilecek değeri temsil eden baytlar.

IsByRef
Boolean

'Ndaki True ise, yürütülecek İnceleme sorgusu değerin kendisi yerine belirtilen değerin sözde adresini alacaktır. False ise, İnceleme sorgusu değeri doğrudan belirtilen parametre olarak alır. Sözde adresler hakkında daha fazla bilgi için bkz. Dkmilpushlocalvariablesözde adres yönergesi.

Döndürülenler

DkmILParameterValue

Dışı Bu yöntem çağrısının sonucu.

Şunlara uygulanır