CallerInfo Constructor (RuntimeTypeHandle, String, String, Int32, Int32, CallerAttributes) |
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.8.6.0 (6.8.6.0)
public CallerInfo( RuntimeTypeHandle sourceTypeToken, string methodName, string file, int line, int column, CallerAttributes attributes )
Parameters
- sourceTypeToken
- Type: System.RuntimeTypeHandle
RuntimeTypeHandle 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.