DkmILPushConstant.Create(ReadOnlyCollection<Byte>) 方法

定义

创建新的 DkmILPushConstant 对象实例。

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

参数

Value
ReadOnlyCollection<Byte>

中要推送到 DkmIL 堆栈上的值。

返回

DkmILPushConstant

弄此方法调用的结果。

适用于