Duality.CorePlugin.CorePlugin C# (CSharp) Method

CorePlugin() protected method

protected CorePlugin ( ) : System
return System
        protected CorePlugin()
        {
            this.assembly = this.GetType().Assembly;
            this.asmName = this.assembly.GetShortAssemblyName();
        }