Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / Log / System / IO / Log / LogExtent.cs / 1305376 / LogExtent.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IO.Log { using System; public sealed class LogExtent { string path; long size; LogExtentState state; internal LogExtent(string path, long size, LogExtentState state) { this.path = path; this.size = size; this.state = state; } public string Path { get { return this.path; } } public long Size { get { return this.size; } } public LogExtentState State { get { return this.state; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IO.Log { using System; public sealed class LogExtent { string path; long size; LogExtentState state; internal LogExtent(string path, long size, LogExtentState state) { this.path = path; this.size = size; this.state = state; } public string Path { get { return this.path; } } public long Size { get { return this.size; } } public LogExtentState State { get { return this.state; } } } } // 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
- WebBrowserEvent.cs
- Mappings.cs
- PresentationAppDomainManager.cs
- ConditionCollection.cs
- MetadataProperty.cs
- Symbol.cs
- ColorMap.cs
- RawStylusSystemGestureInputReport.cs
- MatrixCamera.cs
- ArrayItemReference.cs
- GroupBoxAutomationPeer.cs
- ImportCatalogPart.cs
- FormsAuthenticationUser.cs
- RegexInterpreter.cs
- UIElement.cs
- SystemThemeKey.cs
- OdbcErrorCollection.cs
- PropertyEntry.cs
- XmlReaderSettings.cs
- MessageContractAttribute.cs
- MessageQueueTransaction.cs
- ConsoleKeyInfo.cs
- SHA384Managed.cs
- Column.cs
- BamlBinaryWriter.cs
- AddingNewEventArgs.cs
- SendKeys.cs
- UniformGrid.cs
- Marshal.cs
- DesignTimeVisibleAttribute.cs
- HttpDictionary.cs
- RepeatInfo.cs
- LostFocusEventManager.cs
- BinaryWriter.cs
- FilteredDataSetHelper.cs
- SimpleMailWebEventProvider.cs
- TextTreeNode.cs
- CngAlgorithm.cs
- ValueOfAction.cs
- JournalNavigationScope.cs
- SqlDataSourceSummaryPanel.cs
- AppDomainGrammarProxy.cs
- StorageConditionPropertyMapping.cs
- XmlIgnoreAttribute.cs
- XmlAttributes.cs
- PropertyDescriptor.cs
- BuildManagerHost.cs
- SecureConversationVersion.cs
- FocusWithinProperty.cs
- LicenseManager.cs
- RemotingServices.cs
- GridProviderWrapper.cs
- ToolboxBitmapAttribute.cs
- TypeConverterHelper.cs
- UniqueConstraint.cs
- DataServiceHost.cs
- RegexBoyerMoore.cs
- AvtEvent.cs
- _NTAuthentication.cs
- ArithmeticException.cs
- PngBitmapEncoder.cs
- EventListenerClientSide.cs
- PolyQuadraticBezierSegment.cs
- precedingsibling.cs
- ConstrainedDataObject.cs
- PerfCounters.cs
- Helpers.cs
- BitmapDownload.cs
- SimpleFieldTemplateFactory.cs
- PrincipalPermissionMode.cs
- InheritablePropertyChangeInfo.cs
- ApplicationFileCodeDomTreeGenerator.cs
- CommandDevice.cs
- PersonalizationStateInfo.cs
- QilPatternVisitor.cs
- UIElementParagraph.cs
- SHA1.cs
- GridViewRow.cs
- ConfigUtil.cs
- DbProviderServices.cs
- _BaseOverlappedAsyncResult.cs
- NameNode.cs
- CharUnicodeInfo.cs
- ToolStripScrollButton.cs
- CollaborationHelperFunctions.cs
- EntityException.cs
- InlineCollection.cs
- DataBoundControlHelper.cs
- HtmlHead.cs
- ProtocolsSection.cs
- DesignTimeParseData.cs
- ProfileEventArgs.cs
- SelectedDatesCollection.cs
- AuthenticatedStream.cs
- ConfigXmlText.cs
- FeatureAttribute.cs
- SlotInfo.cs
- ConnectivityStatus.cs
- FixedBufferAttribute.cs
- BidPrivateBase.cs