PostSharp / / API Reference / Post­Sharp.​Patterns.​Diagnostics.​Contexts / Caller­Info / Caller­Info

Constructor CallerInfo

CallerInfo(RuntimeTypeHandle, String, String, Int32, Int32)

Declaration
public CallerInfo(RuntimeTypeHandle sourceTypeToken, string methodName, string file, int line, int column)
Parameters
Type Name Description
RuntimeTypeHandle sourceTypeToken
String methodName
String file
Int32 line
Int32 column

CallerInfo(RuntimeTypeHandle, String, String, Int32, Int32, CallerAttributes)

Declaration
public CallerInfo(RuntimeTypeHandle sourceTypeToken, string methodName, string file, int line, int column, CallerAttributes attributes)
Parameters
Type Name Description
RuntimeTypeHandle sourceTypeToken
String methodName
String file
Int32 line
Int32 column
CallerAttributes attributes

CallerInfo(Type, String, String, Int32, Int32)

Declaration
public CallerInfo(Type sourceType, string methodName, string file, int line, int column)
Parameters
Type Name Description
Type sourceType
String methodName
String file
Int32 line
Int32 column

CallerInfo(Type, String, String, Int32, Int32, CallerAttributes)

Declaration
public CallerInfo(Type sourceType, string methodName, string file, int line, int column, CallerAttributes attributes)
Parameters
Type Name Description
Type sourceType
String methodName
String file
Int32 line
Int32 column
CallerAttributes attributes