Freigeben über


DkmILPushConstant.Create(ReadOnlyCollection<Byte>) Method

Definition

Create a new DkmILPushConstant object instance.

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILPushConstant ^ Create(System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Value);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILPushConstant Create (System.Collections.ObjectModel.ReadOnlyCollection<byte> Value);
static member Create : System.Collections.ObjectModel.ReadOnlyCollection<byte> -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILPushConstant
Public Shared Function Create (Value As ReadOnlyCollection(Of Byte)) As DkmILPushConstant

Parameters

Value
ReadOnlyCollection<Byte>

[In] The value to push onto the DkmIL stack.

Returns

[Out] Result of this method call.

Applies to