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
- FactorySettingsElement.cs
- MasterPageCodeDomTreeGenerator.cs
- MobileResource.cs
- AQNBuilder.cs
- Tokenizer.cs
- ResourceManager.cs
- ConsumerConnectionPoint.cs
- UndirectedGraph.cs
- SystemColorTracker.cs
- MethodToken.cs
- DispatchChannelSink.cs
- SerializationException.cs
- SqlCommandBuilder.cs
- OciEnlistContext.cs
- _ServiceNameStore.cs
- ServicesExceptionNotHandledEventArgs.cs
- KnowledgeBase.cs
- WorkflowOwnershipException.cs
- ExceptionWrapper.cs
- CompilationPass2TaskInternal.cs
- InvalidPrinterException.cs
- ObjectDataSourceFilteringEventArgs.cs
- ListItemConverter.cs
- ChangePassword.cs
- ConnectionsZone.cs
- Variant.cs
- MenuCommands.cs
- DataKey.cs
- StrokeNode.cs
- DataTrigger.cs
- CodeSnippetTypeMember.cs
- _OverlappedAsyncResult.cs
- KeyboardEventArgs.cs
- BitmapEffectDrawing.cs
- XmlSchemaChoice.cs
- SqlServer2KCompatibilityAnnotation.cs
- HyperLinkColumn.cs
- XmlValidatingReader.cs
- _PooledStream.cs
- NonClientArea.cs
- DataGridPagerStyle.cs
- hresults.cs
- PowerStatus.cs
- HierarchicalDataBoundControlAdapter.cs
- XmlCDATASection.cs
- XmlSchemaNotation.cs
- XmlSchemaRedefine.cs
- WindowHideOrCloseTracker.cs
- DocumentPaginator.cs
- ObjectPersistData.cs
- TabPanel.cs
- ParallelActivityDesigner.cs
- MemberDescriptor.cs
- ResourceProviderFactory.cs
- MulticastOption.cs
- DesignerGeometryHelper.cs
- DirectoryRedirect.cs
- TextBlock.cs
- Identity.cs
- TransformerTypeCollection.cs
- RequestValidator.cs
- WebException.cs
- RuleRefElement.cs
- ExtractedStateEntry.cs
- IncrementalReadDecoders.cs
- XmlNavigatorStack.cs
- entitydatasourceentitysetnameconverter.cs
- XmlnsCache.cs
- Property.cs
- odbcmetadatacolumnnames.cs
- MemberBinding.cs
- FixedDocument.cs
- AuthenticationService.cs
- UndoEngine.cs
- InputProcessorProfilesLoader.cs
- GridViewEditEventArgs.cs
- TextElementCollection.cs
- XmlSchemaSet.cs
- XmlElementCollection.cs
- RangeValuePattern.cs
- WCFBuildProvider.cs
- Logging.cs
- Lease.cs
- DataGridTextBoxColumn.cs
- SafeTimerHandle.cs
- FaultDescriptionCollection.cs
- Msec.cs
- CmsUtils.cs
- XmlMemberMapping.cs
- MetadataItemCollectionFactory.cs
- BitmapEffectDrawing.cs
- ActiveXContainer.cs
- ScriptingScriptResourceHandlerSection.cs
- TimersDescriptionAttribute.cs
- SystemIPAddressInformation.cs
- OrderByLifter.cs
- KeysConverter.cs
- figurelength.cs
- SafeCryptoHandles.cs
- ExtenderProvidedPropertyAttribute.cs