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.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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