UtilDebugCurrentMember Property
Gets the current executing member in the stack trace of the application.
Namespace: DevCase.Core.Diagnostics.Debugging.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static MethodBase CurrentMember { get; }
Public Shared ReadOnly Property CurrentMember As MethodBase
Get
Dim value As MethodBase
value = UtilDebug.CurrentMember
public:
static property MethodBase^ CurrentMember {
MethodBase^ get ();
}
static member CurrentMember : MethodBase with get
No code example is currently available or this language may not be supported.
Property Value
MethodBase
The current executing member.
This is a code example.
No code example is currently available or this language may not be supported.
Private Sub TestMethod()
MsgBox(CurrentMember.Name)
End Sub
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.