Module.UserCode Property
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.
Gets whether the debugger is currently considers this module "UserCode." Name corresponds to the UserCode column of the Modules window. Applies to managed code only.
public:
property bool UserCode { bool get(); };
public:
property bool UserCode { bool get(); };
[System.Runtime.InteropServices.DispId(2103)]
public bool UserCode { [System.Runtime.InteropServices.DispId(2103)] get; }
[<System.Runtime.InteropServices.DispId(2103)>]
[<get: System.Runtime.InteropServices.DispId(2103)>]
member this.UserCode : bool
Public ReadOnly Property UserCode As Boolean
Property Value
A boolean value; true
if "UserCode," false
if otherwise.
- Attributes