CallerInfo Constructor (RuntimeTypeHandle, String, String, Int32, Int32) |
Note: This API is now obsolete.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.19.0 (6.5.19.0)
[ObsoleteAttribute("Use the constructor that accepts a CallerAttributes parameter.")] public CallerInfo( RuntimeTypeHandle sourceTypeToken, string methodName, string file, int line, int column )
Parameters
- sourceTypeToken
- Type: System.RuntimeTypeHandle
- methodName
- Type: System.String
- file
- Type: System.String
- line
- Type: System.Int32
- column
- Type: System.Int32