EventSource.EventSourcePrimitive Struct

Definition

A wrapper type for separating primitive types (for example, int, long, and string) from other types in the EventSource API. This type shouldn't be used directly, but just as implicit conversions when using the WriteEvent API.

public: value class EventSource::EventSourcePrimitive
public readonly struct EventSource.EventSourcePrimitive
type EventSource.EventSourcePrimitive = struct
Public Structure EventSource.EventSourcePrimitive
Inheritance
EventSource.EventSourcePrimitive

Operators

Implicit(Boolean to EventSourcePrimitive)
Implicit(Byte to EventSourcePrimitive)
Implicit(Byte[] to EventSourcePrimitive)
Implicit(Char to EventSourcePrimitive)
Implicit(DateTime to EventSourcePrimitive)
Implicit(Decimal to EventSourcePrimitive)
Implicit(Double to EventSourcePrimitive)
Implicit(Enum to EventSourcePrimitive)
Implicit(Guid to EventSourcePrimitive)
Implicit(Int16 to EventSourcePrimitive)
Implicit(Int32 to EventSourcePrimitive)
Implicit(Int64 to EventSourcePrimitive)
Implicit(IntPtr to EventSourcePrimitive)
Implicit(SByte to EventSourcePrimitive)
Implicit(Single to EventSourcePrimitive)
Implicit(String to EventSourcePrimitive)
Implicit(UInt16 to EventSourcePrimitive)
Implicit(UInt32 to EventSourcePrimitive)
Implicit(UInt64 to EventSourcePrimitive)
Implicit(UIntPtr to EventSourcePrimitive)

Applies to