DkmILPushConstant.Create(ReadOnlyCollection<Byte>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建新的 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 堆栈上的值。
返回
弄此方法调用的结果。