Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Compilation / BuildDependencySet.cs / 1305376 / BuildDependencySet.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /************************************************************************************************************/ namespace System.Web.Compilation { using System.Collections; using System.Security.Permissions; ////// public sealed class BuildDependencySet { private BuildResult _result; internal BuildDependencySet(BuildResult result) { _result = result; } public string HashCode { get { return _result.VirtualPathDependenciesHash; } } public IEnumerable VirtualPaths { get { return _result.VirtualPathDependencies; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Dependency set returned by BuildManager.GetCachedBuildDependencySet /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /************************************************************************************************************/ namespace System.Web.Compilation { using System.Collections; using System.Security.Permissions; ////// public sealed class BuildDependencySet { private BuildResult _result; internal BuildDependencySet(BuildResult result) { _result = result; } public string HashCode { get { return _result.VirtualPathDependenciesHash; } } public IEnumerable VirtualPaths { get { return _result.VirtualPathDependencies; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Dependency set returned by BuildManager.GetCachedBuildDependencySet /// ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignerImageAdapter.cs
- RightsManagementManager.cs
- ResourceAttributes.cs
- ValidationRule.cs
- ResolveCriteria11.cs
- TableCell.cs
- GenericAuthenticationEventArgs.cs
- EmissiveMaterial.cs
- XPathParser.cs
- NavigationPropertyEmitter.cs
- Token.cs
- MetadataUtilsSmi.cs
- DataGridColumn.cs
- CodeStatementCollection.cs
- TableColumn.cs
- HashSetDebugView.cs
- ItemList.cs
- EnvironmentPermission.cs
- XmlWellformedWriter.cs
- DesignerView.Commands.cs
- WmfPlaceableFileHeader.cs
- Journal.cs
- ProcessManager.cs
- FramingChannels.cs
- UriScheme.cs
- sqlser.cs
- fixedPageContentExtractor.cs
- FileClassifier.cs
- Screen.cs
- SqlUDTStorage.cs
- ConfigXmlSignificantWhitespace.cs
- safemediahandle.cs
- MatrixStack.cs
- XappLauncher.cs
- SqlSelectStatement.cs
- IItemProperties.cs
- MD5CryptoServiceProvider.cs
- Mapping.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- ListViewInsertionMark.cs
- AuthenticationServiceManager.cs
- BoolLiteral.cs
- sqlmetadatafactory.cs
- UIElement3DAutomationPeer.cs
- CodeBinaryOperatorExpression.cs
- AuthenticateEventArgs.cs
- FrameworkTextComposition.cs
- PersistenceProvider.cs
- CachedBitmap.cs
- RealProxy.cs
- Zone.cs
- ListArgumentProvider.cs
- BroadcastEventHelper.cs
- AdPostCacheSubstitution.cs
- precedingquery.cs
- ReferenceSchema.cs
- BaseConfigurationRecord.cs
- PageFunction.cs
- ProcessProtocolHandler.cs
- ExpressionLink.cs
- TextTreeUndoUnit.cs
- CompositeTypefaceMetrics.cs
- SqlXml.cs
- TagPrefixInfo.cs
- AttributeQuery.cs
- ZipIOExtraFieldElement.cs
- COM2PictureConverter.cs
- DateTimeParse.cs
- WebServiceEnumData.cs
- DataGridViewComboBoxEditingControl.cs
- TextHintingModeValidation.cs
- SelectionWordBreaker.cs
- PopupRootAutomationPeer.cs
- NullableDoubleAverageAggregationOperator.cs
- KeyInterop.cs
- TypeElementCollection.cs
- CompositionCommandSet.cs
- DrawingAttributes.cs
- UInt16.cs
- EntityViewGenerationConstants.cs
- ErrorActivity.cs
- XmlSerializerFactory.cs
- Internal.cs
- ToolStripRenderEventArgs.cs
- SqlStream.cs
- SiteMapProvider.cs
- LoadItemsEventArgs.cs
- SimpleParser.cs
- TdsParser.cs
- IPHostEntry.cs
- httpapplicationstate.cs
- ClientSettings.cs
- QuestionEventArgs.cs
- SubMenuStyleCollection.cs
- FormatterServicesNoSerializableCheck.cs
- MediaElementAutomationPeer.cs
- PerfCounters.cs
- HtmlInputCheckBox.cs
- _IPv4Address.cs
- SqlDataSourceDesigner.cs