Class MemberEvidence
- Namespace
- Cuemon.Diagnostics
- Assembly
- Cuemon.Core.dll
Provides evidence about a member.
public class MemberEvidence
- Inheritance
-
MemberEvidence
Properties
MemberSignature
Gets the member signature.
public string MemberSignature { get; }
Property Value
- String
The signature of the member.
RuntimeParameters
Gets the runtime parameters of the member.
public IDictionary<string, string> RuntimeParameters { get; }
Property Value
- IDictionary<String, String>
The runtime parameters of the member.