CallerInfo Properties |
The CallerInfo type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets the caller attributes.
| |
IsAsync |
Determines whether the caller is an async method.
| |
IsNull |
Determines whether the current CallerInfo is null.
| |
MethodName |
Gets the name of the caller method.
| |
SourceLineInfo |
Gets the SourceLineInfo of the caller.
| |
SourceType |
Gets the source Type.
| |
SourceTypeToken |
Gets the RuntimeTypeHandle of the caller Type.
|