NVelocity.Runtime.RuntimeSingleton.Init C# (CSharp) Method

Init() public static method

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
return void
        public static void Init()
        {
            lock(typeof(RuntimeSingleton))
            {
                ri.Init();
            }
        }

Same methods

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