public static void ComUnregisterFunction(Type type) { Contract.Requires(type != null); VvvRootKey.Unregister(); ComUnregister(type, VvvRootKey.ProgId); }
public static void ComRegisterFunction(Type type) { Contract.Requires(type != null); VvvRootKey.Register(); ComRegister(type, "VVV Sample ShellExtension (InfoTip)", VvvRootKey.ProgId); }
public static void ComUnregisterFunction(Type type) { Contract.Requires(type != null); VvvRootKey.Unregister(); ComUnregister(type, "VVV ContextMenu (MMSF Sample)", VvvRootKey.ProgId); }
public static void ComRegisterFunction(Type type) { Contract.Requires(type != null); VvvRootKey.Register(); ComRegister(type, registryDescription, VvvRootKey.ProgId); }
public static void ComUnregisterFunction(Type type) { VvvRootKey.Unregister(); ComUnregister(type, "VVV ContextMenu (MMSF Sample)", VvvRootKey.ProgId); }
public static void ComUnregisterFunction(Type type) { VvvRootKey.Unregister(); ComUnregister(type, VvvRootKey.ProgId); }
public static void ComRegisterFunction(Type type) { VvvRootKey.Register(); ComRegister(type, "VVV Sample ShellExtension (InfoTip)", VvvRootKey.ProgId); }
public static void ComUnregisterFunction(Type type) { ComUnregister(type, registryDescription, VvvRootKey.ProgId); VvvRootKey.Unregister(); }
public static void ComRegisterFunction(Type type) { VvvRootKey.Register(); ComRegister(type, RegistryDescription, VvvRootKey.ProgId); }