ICorDebugEval.IsActive(Int32) 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 IsActive([Runtime::InteropServices::Out] int % pbActive);
public:
int IsActive([Runtime::InteropServices::Out] int % pbActive);
public void IsActive (out int pbActive);
public int IsActive (out int pbActive);
abstract member IsActive : int -> unit
abstract member IsActive : int -> int
Public Sub IsActive (ByRef pbActive As Integer)
Public Function IsActive (ByRef pbActive As Integer) As Integer
Parameters
- pbActive
- Int32