help
Root Question Message
typeof(Time).GetMethod("Initialize", System.Reflection.BindingFlags.Static | System.Reflection.BindingFlags.NonPublic).Invoke(null, new object[] { });
Initialize
from type Time
, which must be static and non public (so internal works), and then invokes it without an instance reference, nor any arguments.