System.Internal.DebugHandleTracker.Initialize C# (CSharp) Метод

Initialize() публичный статический Метод

public static Initialize ( ) : void
Результат void
        public static void Initialize() {
            // Calling this method forces the class to be loaded, thus running the
            // static constructor which does all the work.
        }