Exemplo n.º 1
0
        public static void UnRegisterAssembly(Assembly assembly)
        {
            SnapinRegistrar registrar = new SnapinRegistrar();

            registrar.UnRegister(assembly);
        }
Exemplo n.º 2
0
 public static void UnregisterSnapIn(Type type)
 {
     SnapinRegistrar.UnRegisterAssembly(type.Assembly);
 }