Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Write<[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicProperties)] T >() [1/4]

unsafe void System.Diagnostics.Tracing.EventSource.Write<[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicProperties)] T > ( string? eventName,
EventSourceOptions options,
T data )
inlineinherited

Definition at line 2794 of file EventSource.cs.

2795 {
2796 if (IsEnabled())
2797 {
2798 WriteImpl(eventName, ref options, data, null, null, SimpleEventTypes<T>.Instance);
2799 }
2800 }
unsafe void WriteImpl(string eventName, ref EventSourceOptions options, object data, Guid *pActivityId, Guid *pRelatedActivityId, TraceLoggingEventTypes eventTypes)

References System.Reflection.Instance, System.Diagnostics.Tracing.EventSource.IsEnabled(), System.options, and System.Diagnostics.Tracing.EventSource.WriteImpl().