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

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

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

Definition at line 2804 of file EventSource.cs.

2805 {
2806 if (IsEnabled())
2807 {
2808 WriteImpl(eventName, ref options, data, null, null, SimpleEventTypes<T>.Instance);
2809 }
2810 }
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().