Click or drag to resize
BroccoliSharp BroField Constructor (Object, BroType, String, String)
Creates a new BroField from the provided value, type and specified field name.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroField(
	Object value,
	BroType type,
	string name = "",
	string typeName = null
)

Parameters

value
Type: SystemObject
Value of BroValue.
type
Type: BroccoliSharpBroType
BroType of BroValue.
name (Optional)
Type: SystemString
The field name for the BroField, can be empty string for BroType.List source.
typeName (Optional)
Type: SystemString
Optional name of specialized type of value.
Exceptions
ExceptionCondition
NotSupportedExceptionType is currently unsupported in Bro.
ArgumentNullExceptionname is null.
Remarks
Field name is optional when using field with a BroRecord implemented as a BroType.List.
See Also