System.Deployment.Internal.Isolation.IsolationInterop.ParseManifest C# (CSharp) Method

ParseManifest() private method

private ParseManifest ( [ pszManifestPath, [ pIManifestParseErrorCallback, [ riid ) : object
pszManifestPath [
pIManifestParseErrorCallback [
riid [
return object
        internal static extern object ParseManifest([In, MarshalAs(UnmanagedType.LPWStr)] string pszManifestPath, [In] IManifestParseErrorCallback pIManifestParseErrorCallback, [In] ref Guid riid);