|
BroField Constructor (BroValue, String) |
Creates a new
BroField from the provided
value and specified field
name.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroField(
BroValue value,
string name = ""
)
Public Sub New (
value As BroValue,
Optional name As String = ""
)
new :
value : BroValue *
?name : string
(* Defaults:
let _name = defaultArg name ""
*)
-> BroField
public BroField(
BroValue value,
String name = ""
)
BroccoliSharp.BroField = function(value, name);
Parameters
- value
- Type: BroccoliSharpBroValue
BroValue for BroField to be based upon. - name (Optional)
- Type: SystemString
The field name for the BroField, can be empty string for BroType.List source.
Exceptions Remarks See Also