Class DiagnosticHelpers
Inheritance
System.Object
DiagnosticHelpers
Namespace: Steeltoe.Common.Diagnostics
Assembly: Steeltoe.Management.Abstractions.dll
Syntax
public static class DiagnosticHelpers : object
Methods
| Edit this page View SourceGetProperty<T>(Object, String)
Declaration
public static T GetProperty<T>(object o, string name)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o | |
System.String | name |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |