public HRESULT GetHostRuntimeDependencies(IAppxManifestHostRuntimeDependenciesEnumerator **hostRuntimeDependencies)
 {
     return(((delegate * unmanaged <IAppxManifestReader7 *, IAppxManifestHostRuntimeDependenciesEnumerator **, int>)(lpVtbl[5]))((IAppxManifestReader7 *)Unsafe.AsPointer(ref this), hostRuntimeDependencies));
 }
 public int GetHostRuntimeDependencies([NativeTypeName("IAppxManifestHostRuntimeDependenciesEnumerator **")] IAppxManifestHostRuntimeDependenciesEnumerator **hostRuntimeDependencies)
 {
     return(((delegate * unmanaged <IAppxManifestReader7 *, IAppxManifestHostRuntimeDependenciesEnumerator **, int>)(lpVtbl[5]))((IAppxManifestReader7 *)Unsafe.AsPointer(ref this), hostRuntimeDependencies));
 }