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
- QueryCacheKey.cs
- XmlCharacterData.cs
- UserMapPath.cs
- ToolStripSplitStackLayout.cs
- AssociativeAggregationOperator.cs
- BufferModeSettings.cs
- WindowsFormsSectionHandler.cs
- AssociatedControlConverter.cs
- TypeToken.cs
- TypeBrowserDialog.cs
- StylusPointDescription.cs
- Error.cs
- ClientScriptItemCollection.cs
- ReversePositionQuery.cs
- HttpWriter.cs
- DropDownButton.cs
- LinqDataSourceInsertEventArgs.cs
- ErrorLog.cs
- LabelEditEvent.cs
- XmlTextEncoder.cs
- InvalidEnumArgumentException.cs
- SettingsSection.cs
- XmlTextReaderImplHelpers.cs
- DefaultExpressionVisitor.cs
- UniqueIdentifierService.cs
- PrivateFontCollection.cs
- ByteStream.cs
- exports.cs
- DiscoveryClientDuplexChannel.cs
- ServiceReference.cs
- WindowsGraphics.cs
- ProjectionPlanCompiler.cs
- AdornedElementPlaceholder.cs
- ACL.cs
- ProtocolImporter.cs
- Interlocked.cs
- InternalBase.cs
- LogExtentCollection.cs
- MappingMetadataHelper.cs
- Int32Storage.cs
- RequiredAttributeAttribute.cs
- DynamicMetaObjectBinder.cs
- OleDbDataAdapter.cs
- SafeIUnknown.cs
- HtmlInputText.cs
- XmlHierarchicalDataSourceView.cs
- SecurityTokenTypes.cs
- SoapAttributeOverrides.cs
- WebRequest.cs
- TableItemProviderWrapper.cs
- RandomNumberGenerator.cs
- DesignerDeviceConfig.cs
- TransactionFlowElement.cs
- CultureTableRecord.cs
- HttpContextWrapper.cs
- FileDocument.cs
- FieldToken.cs
- CachedTypeface.cs
- DbUpdateCommandTree.cs
- ChannelDemuxer.cs
- PackageDocument.cs
- ObjectQueryExecutionPlan.cs
- Int32Storage.cs
- InvalidPipelineStoreException.cs
- SignedInfo.cs
- IpcPort.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- RadioButtonStandardAdapter.cs
- HttpClientCertificate.cs
- HtmlControl.cs
- LoadMessageLogger.cs
- RegexWriter.cs
- PersonalizationStateInfo.cs
- NumericUpDownAccelerationCollection.cs
- SqlDependency.cs
- ForceCopyBuildProvider.cs
- MemberDomainMap.cs
- SizeKeyFrameCollection.cs
- StaticContext.cs
- AuthenticatingEventArgs.cs
- FaultPropagationRecord.cs
- versioninfo.cs
- XPathAncestorIterator.cs
- RuleSetReference.cs
- VisualTransition.cs
- TableSectionStyle.cs
- InlinedAggregationOperator.cs
- AuthorizationSection.cs
- PrefixQName.cs
- MimeMapping.cs
- CodeCommentStatementCollection.cs
- DeviceContext2.cs
- XmlSchemaExporter.cs
- DBConnection.cs
- EventRecordWrittenEventArgs.cs
- RegexWriter.cs
- TypedReference.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- MetadataCacheItem.cs
- LockCookie.cs