DkmManagedReturnValueCopy.Create 方法

定义

创建新的 DkmManagedReturnValueCopy 对象实例。

位置约束:调用方必须位于与实现组件) (IDE 进程或监视进程相同的进程中。

此 API 是在 Visual Studio 12 RTM (VS12RTM) 中引入的。

public:
 static Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnValueCopy ^ Create(Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ CorType, System::UInt32 CorElementType, System::UInt32 Size, System::UInt64 Address, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ ValueBuffer);
public static Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnValueCopy Create (Microsoft.VisualStudio.CorDebugInterop.ICorDebugType CorType, uint CorElementType, uint Size, ulong Address, System.Collections.ObjectModel.ReadOnlyCollection<byte> ValueBuffer);
static member Create : Microsoft.VisualStudio.CorDebugInterop.ICorDebugType * uint32 * uint32 * uint64 * System.Collections.ObjectModel.ReadOnlyCollection<byte> -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnValueCopy
Public Shared Function Create (CorType As ICorDebugType, CorElementType As UInteger, Size As UInteger, Address As ULong, ValueBuffer As ReadOnlyCollection(Of Byte)) As DkmManagedReturnValueCopy

参数

CorType
ICorDebugType

中返回值的 ICorDebugType。

CorElementType
UInt32

[In,可选]值类型的 CorElementType。

Size
UInt32

[In,可选]值类型的大小。

Address
UInt64

[In,可选]值类型的地址。

ValueBuffer
ReadOnlyCollection<Byte>

[In,可选]捕获的值类型缓冲区。

返回

DkmManagedReturnValueCopy

弄此方法调用的结果。

适用于