Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / Compilation / BuildDependencySet.cs / 1 / BuildDependencySet.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/************************************************************************************************************/
namespace System.Web.Compilation {
using System.Collections;
using System.Security.Permissions;
///
///
/// Dependency set returned by BuildManager.GetCachedBuildDependencySet
///
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/************************************************************************************************************/
namespace System.Web.Compilation {
using System.Collections;
using System.Security.Permissions;
///
///
/// Dependency set returned by BuildManager.GetCachedBuildDependencySet
///
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Rotation3DKeyFrameCollection.cs
- FlowDocumentReaderAutomationPeer.cs
- ViewBox.cs
- PanelDesigner.cs
- FrameworkReadOnlyPropertyMetadata.cs
- EpmTargetTree.cs
- Int16Storage.cs
- AttachedAnnotationChangedEventArgs.cs
- ViewStateModeByIdAttribute.cs
- XmlRawWriterWrapper.cs
- Rijndael.cs
- DrawingCollection.cs
- SHA512Managed.cs
- AttachedPropertyMethodSelector.cs
- ItemsPanelTemplate.cs
- View.cs
- ArrayList.cs
- ResourceManager.cs
- ValueProviderWrapper.cs
- Privilege.cs
- SerTrace.cs
- GridLengthConverter.cs
- PenLineJoinValidation.cs
- KeyValueInternalCollection.cs
- ProfileService.cs
- Control.cs
- XmlSchemaSimpleTypeUnion.cs
- StorageFunctionMapping.cs
- ToolStripItemEventArgs.cs
- BigIntegerStorage.cs
- StructuredTypeEmitter.cs
- LinkTarget.cs
- SqlDataRecord.cs
- HMACSHA1.cs
- EventLog.cs
- BaseDataBoundControl.cs
- TextChangedEventArgs.cs
- DelegateBodyWriter.cs
- HostProtectionException.cs
- ParserStreamGeometryContext.cs
- TextDecorations.cs
- x509store.cs
- ShapeTypeface.cs
- CapabilitiesAssignment.cs
- MouseOverProperty.cs
- PolicyImporterElement.cs
- __Error.cs
- PictureBox.cs
- UseAttributeSetsAction.cs
- FixedSOMTableCell.cs
- PerfCounters.cs
- TdsParser.cs
- LoginName.cs
- DefaultAsyncDataDispatcher.cs
- MarkupExtensionParser.cs
- SoapSchemaImporter.cs
- VisualCollection.cs
- Line.cs
- PieceNameHelper.cs
- HostedHttpTransportManager.cs
- RenderData.cs
- ItemsPanelTemplate.cs
- DataGridPagingPage.cs
- StyleTypedPropertyAttribute.cs
- HwndSourceParameters.cs
- FaultHandlingFilter.cs
- ProcessManager.cs
- FixedSOMPageElement.cs
- DependencySource.cs
- FakeModelPropertyImpl.cs
- XamlSerializerUtil.cs
- CorrelationTokenInvalidatedHandler.cs
- FlowLayout.cs
- WebPartMovingEventArgs.cs
- PackageRelationship.cs
- KeyEvent.cs
- HttpClientCertificate.cs
- BamlCollectionHolder.cs
- ValueHandle.cs
- WebPartCatalogCloseVerb.cs
- QuaternionRotation3D.cs
- LinkTarget.cs
- StringStorage.cs
- ImageMapEventArgs.cs
- DesignTimeParseData.cs
- TrackingStringDictionary.cs
- HtmlFormWrapper.cs
- LinearGradientBrush.cs
- ProgressBar.cs
- WhitespaceRuleLookup.cs
- IMembershipProvider.cs
- EntityDataSourceDesigner.cs
- ValidatorCollection.cs
- TextEndOfSegment.cs
- cookieexception.cs
- InteropEnvironment.cs
- Compilation.cs
- _ConnectionGroup.cs
- Pen.cs
- DataGridParentRows.cs