Gets or sets a value indicating whether instances of all subclasses of the
specified types should be checked when the target method has been executed.
Namespace:
SciTech.NetMemProfilerAssembly: MemProfiler2 (in MemProfiler2.dll)
Syntax
| C# |
|---|
public bool IncludeSubclasses { get; set; } |
| Visual Basic |
|---|
Public Property IncludeSubclasses As Boolean Get Set |
| Visual C++ |
|---|
public: property bool IncludeSubclasses { bool get (); void set (bool value); } |