1 write to appInfo
ComSvcConfig (1)
ComplusEndpointConfigContainer.cs (1)
41
this.
appInfo
= appInfo;
13 references to appInfo
ComSvcConfig (13)
ComplusEndpointConfigContainer.cs (13)
123
Debug.Assert(endpointConfig.Appid == this.
appInfo
.ID, "can't add endpoint for a different application");
292
ComAdminWrapper.SetAppDir(this.
appInfo
.ID.ToString("B"), this.appDir);
318
ComAdminWrapper.InstallListener(this.
appInfo
.ID, this.appDir, this.
appInfo
.RuntimeVersion);
322
ComAdminWrapper.RemoveListener(this.
appInfo
.ID);
325
if (this.
appInfo
.IsServerActivated)
327
ToolConsole.WriteWarning(SR.GetString(SR.ShouldRestartApp, this.
appInfo
.Name));
336
sw.WriteLine("<assembly manifestVersion=\"1.0\" xmlns=\"urn:schemas-microsoft-com:asm.v1\"><assemblyIdentity name=\"" + this.
appInfo
.ID.ToString("B") + "\" version=\"1.0.0.0\" type=\"win32\"/></assembly>");
420
if (ComAdminWrapper.IsApplicationWow(
appInfo
.ID))
424
return programFiles + "\\ComPlus Applications\\" + this.
appInfo
.ID.ToString("B") + "\\";
533
endpoint.Appid = this.
appInfo
.ID;
547
if (appid == this.
appInfo
.ID)
568
Debug.Assert(endpointConfig.Appid == this.
appInfo
.ID, "can't remove endpoint for a different application");