示例#1
0
        public string GetComponentPath(System.Deployment.Internal.Isolation.DefinitionIdentity component)
        {
            string str;

            this._appcontext.GetComponentPayloadPath(0, component._id, out str);
            return(str);
        }
示例#2
0
        internal string GetComponentManifestPath(System.Deployment.Internal.Isolation.DefinitionIdentity component)
        {
            object obj2;
            string str;

            this._appcontext.GetComponentManifest(0, component._id, ref System.Deployment.Internal.Isolation.IsolationInterop.IID_IManifestInformation, out obj2);
            ((System.Deployment.Internal.Isolation.IManifestInformation)obj2).get_FullPath(out str);
            return(str);
        }
示例#3
0
        internal System.Deployment.Internal.Isolation.Manifest.ICMS GetComponentManifest(System.Deployment.Internal.Isolation.DefinitionIdentity component)
        {
            object obj2;

            this._appcontext.GetComponentManifest(0, component._id, ref System.Deployment.Internal.Isolation.IsolationInterop.IID_ICMS, out obj2);
            return(obj2 as System.Deployment.Internal.Isolation.Manifest.ICMS);
        }