IDebugFunctionObject.CreateObjectNoConstructor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int CreateObjectNoConstructor(Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ pClassField, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppObject);
public int CreateObjectNoConstructor(Microsoft.VisualStudio.Debugger.Interop.IDebugField pClassField, out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppObject);
abstract member CreateObjectNoConstructor : Microsoft.VisualStudio.Debugger.Interop.IDebugField * IDebugObject -> int
Public Function CreateObjectNoConstructor (pClassField As IDebugField, ByRef ppObject As IDebugObject) As Integer
Parameters
- pClassField
- IDebugField
- ppObject
- IDebugObject