Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Hosting / ApplicationInfo.cs / 1305376 / ApplicationInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Hosting { using System; using System.Security.Permissions; [Serializable] public sealed class ApplicationInfo { private string _id; private VirtualPath _virtualPath; private string _physicalPath; internal ApplicationInfo(string id, VirtualPath virtualPath, string physicalPath) { _id = id; _virtualPath = virtualPath; _physicalPath = physicalPath; } public String ID { get { return _id; } } public String VirtualPath { get { return _virtualPath.VirtualPathString; } } public String PhysicalPath { get { return _physicalPath; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Hosting { using System; using System.Security.Permissions; [Serializable] public sealed class ApplicationInfo { private string _id; private VirtualPath _virtualPath; private string _physicalPath; internal ApplicationInfo(string id, VirtualPath virtualPath, string physicalPath) { _id = id; _virtualPath = virtualPath; _physicalPath = physicalPath; } public String ID { get { return _id; } } public String VirtualPath { get { return _virtualPath.VirtualPathString; } } public String PhysicalPath { get { return _physicalPath; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ImageListDesigner.cs
- ZoneButton.cs
- ContentPlaceHolderDesigner.cs
- SolidColorBrush.cs
- CriticalExceptions.cs
- AutomationProperties.cs
- bindurihelper.cs
- Missing.cs
- CompositeKey.cs
- Attachment.cs
- CodeExpressionRuleDeclaration.cs
- Timeline.cs
- httpstaticobjectscollection.cs
- MetadataHelper.cs
- DataSourceExpressionCollection.cs
- NativeMethods.cs
- ProxyWebPart.cs
- _PooledStream.cs
- XPathException.cs
- TriggerBase.cs
- OdbcException.cs
- BamlReader.cs
- BuilderElements.cs
- GroupBox.cs
- IdentityNotMappedException.cs
- ListView.cs
- BinaryExpression.cs
- ListViewSelectEventArgs.cs
- SystemGatewayIPAddressInformation.cs
- CodeMemberEvent.cs
- AnimationClockResource.cs
- ThicknessAnimationBase.cs
- PassportAuthentication.cs
- SqlMethodTransformer.cs
- SoapAttributeOverrides.cs
- MultiPageTextView.cs
- BasicBrowserDialog.designer.cs
- SiteMap.cs
- FrameworkPropertyMetadata.cs
- Message.cs
- ExtendLockAsyncResult.cs
- CheckBox.cs
- AsyncContentLoadedEventArgs.cs
- MenuBase.cs
- SQLSingleStorage.cs
- SymDocumentType.cs
- EnumBuilder.cs
- Object.cs
- DocumentGrid.cs
- TaskHelper.cs
- KernelTypeValidation.cs
- DataGridViewTextBoxEditingControl.cs
- AccessibilityHelperForXpWin2k3.cs
- DBCommand.cs
- FlowDocumentPage.cs
- _LazyAsyncResult.cs
- ImageSource.cs
- LinkedResourceCollection.cs
- TemplateGroupCollection.cs
- EntityParameter.cs
- HtmlEmptyTagControlBuilder.cs
- RegexCharClass.cs
- SettingsPropertyCollection.cs
- JsonFaultDetail.cs
- XmlSchemaInfo.cs
- StickyNote.cs
- FileNotFoundException.cs
- BitVec.cs
- oledbmetadatacollectionnames.cs
- TypedDataSourceCodeGenerator.cs
- BindingCompleteEventArgs.cs
- HttpListenerException.cs
- DefaultEvaluationContext.cs
- CheckBoxRenderer.cs
- EntryIndex.cs
- PriorityItem.cs
- MarshalByRefObject.cs
- ToolStripDropDownItem.cs
- DataColumnPropertyDescriptor.cs
- Types.cs
- DesignerDataParameter.cs
- QueueSurrogate.cs
- Int64AnimationBase.cs
- RelationshipConverter.cs
- PathTooLongException.cs
- OptimizedTemplateContent.cs
- Block.cs
- ChtmlLinkAdapter.cs
- HttpCapabilitiesEvaluator.cs
- TemplateField.cs
- ColumnMap.cs
- OperatingSystem.cs
- DependencyPropertyHelper.cs
- CaseInsensitiveOrdinalStringComparer.cs
- TypeToken.cs
- DocumentViewerConstants.cs
- BaseTreeIterator.cs
- TypeValidationEventArgs.cs
- WebPartAddingEventArgs.cs
- XsltContext.cs