Click or drag to resize

MethodCallParameter Class

A parameter to MethodCall.
Inheritance Hierarchy
SystemObject
  NLog.TargetsMethodCallParameter

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public class MethodCallParameter

The MethodCallParameter type exposes the following members.

Constructors
  NameDescription
Public methodMethodCallParameter
Initializes a new instance of the MethodCallParameter class.
Public methodMethodCallParameter(Layout)
Initializes a new instance of the MethodCallParameter class.
Public methodMethodCallParameter(String, Layout)
Initializes a new instance of the MethodCallParameter class.
Public methodMethodCallParameter(String, Layout, Type)
Initializes a new instance of the MethodCallParameter class.
Top
Properties
  NameDescription
Public propertyDefaultValue
Gets or sets the fallback value when result value is not available
Public propertyLayout
Gets or sets the layout that should be use to calculate the value for the parameter.
Public propertyName
Gets or sets the name of the parameter.
Public propertyParameterType
Gets or sets the type of the parameter.
Top
Methods
  NameDescription
Public methodRenderValue
Render Result Value
Top
See Also