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: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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 used for rendering the method-parameter value.
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