LogMemberInfo Constructor (LoggingProfile, LoggingSourceLocalState, String, Int32, Int32, Int32) |
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
public LogMemberInfo( LoggingProfile profile, in LoggingSourceLocalState localState, string memberName, int parameterCount, int returnValueCount, int genericParameterCount )
Parameters
- profile
- Type: PostSharp.Patterns.Diagnostics.LoggingProfile
The parent LoggingProfile. - localState
- Type: PostSharp.Patterns.Diagnostics.LoggingSourceLocalState
The LoggingSourceLocalState. - memberName
- Type: System.String
Name of the method, property, or field. - parameterCount
- Type: System.Int32
Number of parameters in the method. - returnValueCount
- Type: System.Int32
Number of return values. - genericParameterCount
- Type: System.Int32
Number of generic method parameters.