Exemplo n.º 1
0
    public void Dispose()
    {
        if (this.izm != null)
        {
            Marshal.ReleaseComObject(this.izm);
            this.izm = null;
        }

        GC.SuppressFinalize(this);
    }
Exemplo n.º 2
0
 public InternetZoneManager()
 {
     this.izm = Activator.CreateInstance(Type.GetTypeFromCLSID(new Guid("7b8a2d95-0ac9-11d1-896c-00c04Fb6bfc4"))) as IInternetZoneManager;
 }