public void Destory(Context caller, ExtensionDestoryArgs args) { PermissionCheck(caller); OnDestory(args); }
/// <summary> /// 无论如何,在模块即将被析构时,都将调用此函数 /// </summary> protected virtual void OnDestory(ExtensionDestoryArgs args) { }