Prism.API.ModDef.ModDef C# (CSharp) Method

ModDef() protected method

WARNING: Do not place anything in the ModDef constructor, because the mod is not completely loaded yet (eg. Assembly is null). Use OnLoad to initialize fields, etc. instead.
protected ModDef ( ) : System
return System
        protected ModDef()
        {
        }