Module.UserCode Property

Definition

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

Applies to