NVelocity.Runtime.RuntimeSingleton.Init C# (CSharp) Метод

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

This is the primary initialization method in the Velocity Runtime. The systems that are setup/initialized here are as follows: Logging System ResourceManager Parser Pool Global Cache Static Content Include System Velocimacro System
public static Init ( ) : void
Результат void
        public static void Init()
        {
            lock(typeof(RuntimeSingleton))
            {
                ri.Init();
            }
        }

Same methods

RuntimeSingleton::Init ( ExtendedProperties p ) : void
RuntimeSingleton::Init ( String configurationFile ) : void