5 references to EvtVarTypeByte
System.Diagnostics.EventLog (5)
System\Diagnostics\Reader\NativeWrapper.cs (5)
833
systemProperties.Level = (byte?)ConvertToObject(varVal, UnsafeNativeMethods.EvtVariantType.
EvtVarTypeByte
);
839
systemProperties.Opcode = (byte?)ConvertToObject(varVal, UnsafeNativeMethods.EvtVariantType.
EvtVarTypeByte
);
872
systemProperties.Version = (byte?)ConvertToObject(varVal, UnsafeNativeMethods.EvtVariantType.
EvtVarTypeByte
);
1139
case (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeByte
:
1180
case ((int)UnsafeNativeMethods.EvtMasks.EVT_VARIANT_TYPE_ARRAY | (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeByte
):