IDebugBoundBreakpoint110.GetTargetCodeType(TARGET_CODE_TYPE[]) 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 GetTargetCodeType(cli::array <Microsoft::VisualStudio::Debugger::Interop::TARGET_CODE_TYPE> ^ pTargetCodeType);
public:
int GetTargetCodeType(Platform::Array <Microsoft::VisualStudio::Debugger::Interop::TARGET_CODE_TYPE> ^ pTargetCodeType);
int GetTargetCodeType(std::Array <Microsoft::VisualStudio::Debugger::Interop::TARGET_CODE_TYPE> const & pTargetCodeType);
public int GetTargetCodeType(Microsoft.VisualStudio.Debugger.Interop.TARGET_CODE_TYPE[] pTargetCodeType);
abstract member GetTargetCodeType : Microsoft.VisualStudio.Debugger.Interop.TARGET_CODE_TYPE[] -> int
Public Function GetTargetCodeType (pTargetCodeType As TARGET_CODE_TYPE()) As Integer
Parameters
- pTargetCodeType
- TARGET_CODE_TYPE[]