Class CallerInfo
Class that encapsulates the caller's (creator's) information
Inherited Members
Namespace: Microsoft.Graph.Communications.Common.Telemetry
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public class CallerInfo
Constructors
CallerInfo(String, String, Int32)
Initializes a new instance of the CallerInfo class.
Declaration
public CallerInfo(string memberName = "", string filePath = "", int lineNumber = 0)
Parameters
Type | Name | Description |
---|---|---|
String | memberName | Name of the member. |
String | filePath | The file path. |
Int32 | lineNumber | The line number. |
Methods
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 | A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Overrides
ToString()
Returns a String that represents the caller info.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A String that represents the caller info. |