Click or drag to resize
BroccoliSharp BroValue Constructor
Creates a new BroValue.

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

Parameters

value
Type: SystemObject
Value of BroValue.
type
Type: BroccoliSharpBroType
BroType of BroValue.
typeName (Optional)
Type: SystemString
Optional name of specialized type of BroValue.
Exceptions
ExceptionCondition
InvalidOperationExceptionBroValue type is mismatched for value.
See Also