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
- FunctionOverloadResolver.cs
- XmlDocumentFragment.cs
- Utils.cs
- XmlNodeList.cs
- VoiceInfo.cs
- FloaterParaClient.cs
- ExtentKey.cs
- DataGridCellInfo.cs
- ThicknessAnimation.cs
- RuntimeResourceSet.cs
- DataSourceProvider.cs
- WorkflowItemPresenter.cs
- ProcessProtocolHandler.cs
- ImageFormatConverter.cs
- UInt64.cs
- AttributeCollection.cs
- RightsManagementEncryptedStream.cs
- BitmapMetadata.cs
- DirectionalLight.cs
- DeclaredTypeElementCollection.cs
- PermissionAttributes.cs
- RequiredArgumentAttribute.cs
- PersonalizationDictionary.cs
- ComponentSerializationService.cs
- WebConfigurationFileMap.cs
- SQLByteStorage.cs
- InvalidBodyAccessException.cs
- ServiceBusyException.cs
- SQLBinaryStorage.cs
- BoundPropertyEntry.cs
- XmlDataSource.cs
- ConnectionsZone.cs
- XmlSerializationReader.cs
- FirstMatchCodeGroup.cs
- CollectionBuilder.cs
- validationstate.cs
- WeakEventManager.cs
- GradientStop.cs
- LogicalTreeHelper.cs
- IDReferencePropertyAttribute.cs
- _NegotiateClient.cs
- MultiSelectRootGridEntry.cs
- SystemPens.cs
- UriTemplateTableMatchCandidate.cs
- Simplifier.cs
- DataTemplate.cs
- FloatUtil.cs
- ViewPort3D.cs
- FullTextLine.cs
- SourceElementsCollection.cs
- PhonemeConverter.cs
- EpmAttributeNameBuilder.cs
- OdbcCommand.cs
- MachineKeySection.cs
- TextureBrush.cs
- IdentityReference.cs
- SqlWriter.cs
- WebExceptionStatus.cs
- StringConcat.cs
- ConnectionsZoneAutoFormat.cs
- ZipArchive.cs
- MenuItemCollection.cs
- ValidationHelpers.cs
- BinaryMethodMessage.cs
- TrackingDataItem.cs
- ZipIOExtraFieldElement.cs
- Material.cs
- CompilationPass2TaskInternal.cs
- ListBindingHelper.cs
- _NetworkingPerfCounters.cs
- ExceptionHandler.cs
- CustomError.cs
- NavigatorInput.cs
- RecommendedAsConfigurableAttribute.cs
- DataGridTextBox.cs
- listitem.cs
- MetadataArtifactLoaderCompositeResource.cs
- MultiView.cs
- GlyphInfoList.cs
- CodePageUtils.cs
- SqlCharStream.cs
- EventRouteFactory.cs
- WizardForm.cs
- BindingExpressionUncommonField.cs
- SoapExtensionTypeElement.cs
- TimeSpanParse.cs
- RuleSetCollection.cs
- XmlMtomReader.cs
- WebColorConverter.cs
- HttpResponseWrapper.cs
- ListViewInsertEventArgs.cs
- SynchronizationHandlesCodeDomSerializer.cs
- WorkflowRuntimeServiceElement.cs
- StorageEntityContainerMapping.cs
- Int64AnimationUsingKeyFrames.cs
- RequestCacheValidator.cs
- FrameworkReadOnlyPropertyMetadata.cs
- CapabilitiesAssignment.cs
- ResolveNameEventArgs.cs
- ContainerAction.cs