ICorDebugModule2.SetJMCStatus(Int32, UInt32, UInt32) 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:
void SetJMCStatus(int bIsJustMyCode, System::UInt32 cTokens, System::UInt32 % pTokens);
public void SetJMCStatus (int bIsJustMyCode, uint cTokens, ref uint pTokens);
abstract member SetJMCStatus : int * uint32 * uint32 -> unit
Public Sub SetJMCStatus (bIsJustMyCode As Integer, cTokens As UInteger, ByRef pTokens As UInteger)
Parameters
- bIsJustMyCode
- Int32
- cTokens
- UInt32
- pTokens
- UInt32