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
- DefaultAssemblyResolver.cs
- Region.cs
- GridLengthConverter.cs
- DeleteHelper.cs
- NativeActivityMetadata.cs
- StickyNoteAnnotations.cs
- ComponentDispatcher.cs
- ValidationPropertyAttribute.cs
- XmlTypeAttribute.cs
- CellParaClient.cs
- AtomMaterializer.cs
- TaskFactory.cs
- RectangleGeometry.cs
- GridViewRowCollection.cs
- nulltextnavigator.cs
- OperatingSystem.cs
- WebPartExportVerb.cs
- ErrorEventArgs.cs
- LogicalChannel.cs
- TabPage.cs
- MembershipSection.cs
- CompiledQueryCacheEntry.cs
- _ListenerResponseStream.cs
- QilExpression.cs
- CategoryNameCollection.cs
- PartialTrustVisibleAssembliesSection.cs
- ConfigurationElement.cs
- LinkTarget.cs
- BuildProvider.cs
- OleDbErrorCollection.cs
- URIFormatException.cs
- ParsedAttributeCollection.cs
- RuntimeConfig.cs
- ScriptingScriptResourceHandlerSection.cs
- TransformValueSerializer.cs
- WpfXamlMember.cs
- InputEventArgs.cs
- SoapMessage.cs
- SessionMode.cs
- IpcChannelHelper.cs
- CompositeFontInfo.cs
- ToolStripItemCollection.cs
- RpcCryptoRequest.cs
- AtomicFile.cs
- StringPropertyBuilder.cs
- TabletDevice.cs
- SetStateDesigner.cs
- Command.cs
- QilList.cs
- MtomMessageEncodingElement.cs
- HtmlInputText.cs
- CommonXSendMessage.cs
- XmlSchemaAny.cs
- ReferenceEqualityComparer.cs
- GroupLabel.cs
- UserControl.cs
- TableLayoutCellPaintEventArgs.cs
- TailCallAnalyzer.cs
- Image.cs
- SerializationInfo.cs
- Style.cs
- MemberRelationshipService.cs
- FamilyTypefaceCollection.cs
- BaseCodePageEncoding.cs
- DataRecordInfo.cs
- WebEvents.cs
- CatchBlock.cs
- ImageMapEventArgs.cs
- SinglePageViewer.cs
- MembershipValidatePasswordEventArgs.cs
- PropertyContainer.cs
- DBConcurrencyException.cs
- DbDataRecord.cs
- Stylesheet.cs
- OutputCacheEntry.cs
- ChannelTracker.cs
- PrtCap_Base.cs
- MimeTypeMapper.cs
- StateManagedCollection.cs
- SettingsPropertyIsReadOnlyException.cs
- DataServiceKeyAttribute.cs
- SoundPlayer.cs
- RowsCopiedEventArgs.cs
- ProviderUtil.cs
- DiscoveryMessageSequenceGenerator.cs
- DBNull.cs
- Converter.cs
- GenericTextProperties.cs
- ListenerAdaptersInstallComponent.cs
- OdbcConnection.cs
- DesignerVerbCollection.cs
- InvokeSchedule.cs
- Drawing.cs
- DataGrid.cs
- StateDesigner.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- CodeValidator.cs
- GridViewCommandEventArgs.cs
- StylusTouchDevice.cs
- XamlUtilities.cs