Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / AddIn / AddIn / System / Addin / Hosting / AddInDeploymentState.cs / 1305376 / AddInDeploymentState.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: AddInDeploymentState ** ** Purpose: Represents the add-in pipeline components ** in a directory structure. ** ===========================================================*/ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.IO; using System.Text; using System.Reflection; using System.AddIn.MiniReflection; using System.Diagnostics.Contracts; namespace System.AddIn.Hosting { [Serializable] internal sealed class AddInDeploymentState : DeploymentState { private List_addins; //this is automatically initialized to 0 private int _fileCount; internal AddInDeploymentState() { _addins = new List (); } internal List AddIns { get { return _addins; } } internal int FileCount { get { return _fileCount; } set { _fileCount = value; } } } } // 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
- SystemColors.cs
- ToolStripItemEventArgs.cs
- GAC.cs
- DataServiceExpressionVisitor.cs
- HeaderUtility.cs
- arclist.cs
- SynchronizationHandlesCodeDomSerializer.cs
- QuaternionIndependentAnimationStorage.cs
- DataControlLinkButton.cs
- WebSysDisplayNameAttribute.cs
- EventWaitHandleSecurity.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- ModifierKeysValueSerializer.cs
- EdmType.cs
- oledbconnectionstring.cs
- UrlAuthFailedErrorFormatter.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- QuadraticBezierSegment.cs
- SoapBinding.cs
- XmlKeywords.cs
- HwndMouseInputProvider.cs
- Int32KeyFrameCollection.cs
- MenuAutomationPeer.cs
- WebPartZoneCollection.cs
- PeerApplicationLaunchInfo.cs
- EventDriven.cs
- DisplayInformation.cs
- MediaEntryAttribute.cs
- Bits.cs
- EventListenerClientSide.cs
- ErrorActivity.cs
- CodeIdentifier.cs
- FolderBrowserDialog.cs
- OdbcErrorCollection.cs
- Dynamic.cs
- COM2ExtendedBrowsingHandler.cs
- CodeParameterDeclarationExpression.cs
- ListParagraph.cs
- PriorityBindingExpression.cs
- VariableQuery.cs
- BaseTemplateBuildProvider.cs
- QueryIntervalOp.cs
- shaperfactory.cs
- SqlDependencyListener.cs
- WebPartConnectionsConnectVerb.cs
- Events.cs
- ApplicationId.cs
- EventWaitHandle.cs
- FormViewDeletedEventArgs.cs
- SequentialUshortCollection.cs
- ShaderEffect.cs
- CharacterBufferReference.cs
- ReferenceTypeElement.cs
- ServiceRouteHandler.cs
- SystemIPGlobalProperties.cs
- SolidColorBrush.cs
- COM2PictureConverter.cs
- EventDescriptor.cs
- ConvertersCollection.cs
- complextypematerializer.cs
- MetafileHeader.cs
- ReflectPropertyDescriptor.cs
- XamlParser.cs
- XhtmlBasicValidatorAdapter.cs
- SqlFunctionAttribute.cs
- DefaultCompensation.cs
- ConsumerConnectionPointCollection.cs
- FilterQuery.cs
- PageClientProxyGenerator.cs
- EntityTypeEmitter.cs
- TableStyle.cs
- AssemblySettingAttributes.cs
- CodeSubDirectory.cs
- Sql8ConformanceChecker.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- TypeConstant.cs
- EventListener.cs
- Pens.cs
- DeviceContext.cs
- CachedPathData.cs
- EditingCoordinator.cs
- TextDpi.cs
- PerspectiveCamera.cs
- TCPListener.cs
- DataGridViewColumnCollection.cs
- InputQueue.cs
- WindowInteractionStateTracker.cs
- PerfProviderCollection.cs
- ImmutablePropertyDescriptorGridEntry.cs
- UnsafeNativeMethodsMilCoreApi.cs
- XmlSiteMapProvider.cs
- TableRow.cs
- ViewManager.cs
- DetailsView.cs
- Model3D.cs
- LogEntryHeaderDeserializer.cs
- InterleavedZipPartStream.cs
- PowerStatus.cs
- Button.cs
- QuaternionConverter.cs