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
- FileReader.cs
- QuadTree.cs
- RequestNavigateEventArgs.cs
- GroupDescription.cs
- PathFigureCollectionConverter.cs
- XmlRawWriterWrapper.cs
- BasicDesignerLoader.cs
- ObjectItemAttributeAssemblyLoader.cs
- DbParameterCollectionHelper.cs
- ETagAttribute.cs
- Matrix.cs
- SelectorAutomationPeer.cs
- EntityContainerEmitter.cs
- GACIdentityPermission.cs
- AudioFileOut.cs
- KnownAssembliesSet.cs
- Blend.cs
- RadioButtonList.cs
- uribuilder.cs
- SatelliteContractVersionAttribute.cs
- CompareValidator.cs
- RemotingSurrogateSelector.cs
- AppDomainShutdownMonitor.cs
- ChangeConflicts.cs
- Application.cs
- CompiledELinqQueryState.cs
- RadioButtonList.cs
- ToolStripDropTargetManager.cs
- Keywords.cs
- FormViewInsertEventArgs.cs
- BoolExpressionVisitors.cs
- X509Utils.cs
- SecurityState.cs
- ProvidersHelper.cs
- MsmqInputSessionChannel.cs
- XPathDescendantIterator.cs
- DataBinder.cs
- Error.cs
- FileLogRecordEnumerator.cs
- DrawingContextFlattener.cs
- TextUtf8RawTextWriter.cs
- DesignerDataTable.cs
- CellConstant.cs
- WebRequestModuleElement.cs
- UIElement3DAutomationPeer.cs
- BitmapEffectCollection.cs
- UnsafeCollabNativeMethods.cs
- WebPageTraceListener.cs
- ListView.cs
- SafeNativeMethods.cs
- XmlSerializableReader.cs
- Calendar.cs
- DBProviderConfigurationHandler.cs
- UnknownBitmapDecoder.cs
- ReflectionServiceProvider.cs
- TableProviderWrapper.cs
- TextBreakpoint.cs
- WinInet.cs
- ControllableStoryboardAction.cs
- MsmqBindingBase.cs
- NumericExpr.cs
- XmlWriterSettings.cs
- XmlBindingWorker.cs
- XmlCollation.cs
- TypeBuilder.cs
- ClonableStack.cs
- MarkerProperties.cs
- FlowDocumentPage.cs
- ConnectionConsumerAttribute.cs
- UserPrincipalNameElement.cs
- LastQueryOperator.cs
- DifferencingCollection.cs
- WebControlsSection.cs
- DataGridParentRows.cs
- VisualProxy.cs
- ManualResetEvent.cs
- OrderByBuilder.cs
- ThreadStaticAttribute.cs
- TransformerInfo.cs
- _AutoWebProxyScriptHelper.cs
- SoapHeaderException.cs
- LineGeometry.cs
- VisualBasicValue.cs
- DesignerLoader.cs
- RbTree.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- SharingService.cs
- FixUp.cs
- ScrollBar.cs
- TypeElementCollection.cs
- VBCodeProvider.cs
- ISessionStateStore.cs
- TdsParserSessionPool.cs
- MatcherBuilder.cs
- PeerNameRecordCollection.cs
- RelationshipEnd.cs
- GridViewPageEventArgs.cs
- BufferedWebEventProvider.cs
- TreeNodeBindingCollection.cs
- ServicesUtilities.cs