Click or drag to resize
CallerInfo Class

[This is preliminary documentation and is subject to change.]

Encapsulates compiler-populated caller information.
Inheritance Hierarchy
SystemObject
  YallaCallerInfo

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public sealed class CallerInfo

The CallerInfo type exposes the following members.

Constructors
  NameDescription
Public methodCallerInfo
Initializes a new instance of the CallerInfo class.
Top
Properties
  NameDescription
Public propertyFilePath
Gets the file path.
Public propertyLineNumber
Gets the line number.
Public propertyMemberName
Gets the member name.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Gets the hash code.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also