ApplicationContext.EntryPointInfo Property
Gets the entry point information from the XML that was used to register the application. This information is returned only for the current entry point.
Syntax
public Dictionary<string,object> EntryPointInfo {get;}
Property Value
System.Collections.Generic.Dictionary<System.String, System.Object>. A list of entry point properties.
This property is read-only.
Requirements
Reference: Microsoft.MediaCenter
Namespace: Microsoft.MediaCenter.Hosting
Assembly: Microsoft.MediaCenter.dll
Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later
See Also