TestExecutionInfoMethod Property
Gets the method metadata.
Namespace: DevCase.Core.Diagnostics.ProfillingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[XmlIgnoreAttribute]
public MethodInfo Method { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property Method As MethodInfo
Get
Dim instance As TestExecutionInfo
Dim value As MethodInfo
value = instance.Method
public:
[XmlIgnoreAttribute]
property MethodInfo^ Method {
MethodInfo^ get ();
}
[<XmlIgnoreAttribute>]
member Method : MethodInfo with get
No code example is currently available or this language may not be supported.
Property Value
MethodInfo
The method metadata.