CallerInfo Constructor (Type, String, String, Int32, Int32, CallerAttributes) |
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
public CallerInfo( Type sourceType, string methodName, string file, int line, int column, CallerAttributes attributes )
Parameters
- sourceType
- Type: System.Type
Type of the calling type. - methodName
- Type: System.String
Name of the calling method. - file
- Type: System.String
Path of the source code of the calling code. - line
- Type: System.Int32
Line in file of the caller. - column
- Type: System.Int32
Column in file of the caller. - attributes
- Type: PostSharp.Patterns.Diagnostics.Contexts.CallerAttributes
Attributes.