Desktop Functions: Smart Device Functions:
|
Search Results for "IInternetZoneManager" in [All]Interfaces
public interface IInternetZoneManager
private IInternetZoneManager izm;
this.izm = Activator.CreateInstance(Type.GetTypeFromCLSID(new Guid("7b8a2d95-0ac9-11d1-896c-00c04Fb6bfc4"))) as IInternetZoneManager;
Public Interface IInternetZoneManager
Private izm As IInternetZoneManager
Me.izm = CType(Activator.CreateInstance(Type.GetTypeFromCLSID(New Guid("7b8a2d95-0ac9-11d1-896c-00c04Fb6bfc4"))), IInternetZoneManager) |