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
- TableRowGroup.cs
- Win32KeyboardDevice.cs
- ServiceNotStartedException.cs
- BookmarkCallbackWrapper.cs
- MultitargetingHelpers.cs
- ThemeDictionaryExtension.cs
- SplitterCancelEvent.cs
- HttpListener.cs
- Page.cs
- XmlFormatExtensionPrefixAttribute.cs
- Table.cs
- shaperfactory.cs
- SupportingTokenListenerFactory.cs
- ApplicationException.cs
- ServiceProviders.cs
- ProviderConnectionPoint.cs
- XmlSchemaSimpleTypeRestriction.cs
- AsyncPostBackTrigger.cs
- ExternalFile.cs
- ActiveXHelper.cs
- DecoderBestFitFallback.cs
- StrongNameMembershipCondition.cs
- EmptyControlCollection.cs
- parserscommon.cs
- Image.cs
- ConfigurationLocationCollection.cs
- TextElementAutomationPeer.cs
- HwndHostAutomationPeer.cs
- XmlSchemaSimpleTypeUnion.cs
- FormViewInsertedEventArgs.cs
- SaveFileDialog.cs
- Timer.cs
- ProtocolsConfigurationHandler.cs
- DesignerDeviceConfig.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- LocalizationComments.cs
- SafeCoTaskMem.cs
- UrlMappingsModule.cs
- odbcmetadatacollectionnames.cs
- HttpApplicationFactory.cs
- BeginEvent.cs
- _ConnectionGroup.cs
- AvtEvent.cs
- CultureInfo.cs
- FrameworkPropertyMetadata.cs
- ImageCodecInfo.cs
- ProfileGroupSettingsCollection.cs
- DataGridRow.cs
- PasswordPropertyTextAttribute.cs
- Parameter.cs
- XhtmlBasicValidatorAdapter.cs
- TableLayoutRowStyleCollection.cs
- BackStopAuthenticationModule.cs
- XmlComplianceUtil.cs
- DataControlLinkButton.cs
- ByteStreamGeometryContext.cs
- CopyCodeAction.cs
- Options.cs
- DefaultParameterValueAttribute.cs
- MobileControlBuilder.cs
- HtmlTableRow.cs
- ButtonBaseAdapter.cs
- StorageEntityTypeMapping.cs
- PassportAuthenticationModule.cs
- QueryableDataSourceHelper.cs
- TextDecoration.cs
- SqlStream.cs
- FileDataSourceCache.cs
- Operators.cs
- Deserializer.cs
- TemplateFactory.cs
- pingexception.cs
- ItemsControl.cs
- CryptoHelper.cs
- DisplayNameAttribute.cs
- CounterNameConverter.cs
- FileLevelControlBuilderAttribute.cs
- EdmEntityTypeAttribute.cs
- SmtpMail.cs
- DataGridViewColumnDesigner.cs
- DataGridTablesFactory.cs
- StandardCommands.cs
- XmlWriterTraceListener.cs
- HtmlInputCheckBox.cs
- DrawingContextDrawingContextWalker.cs
- UnitySerializationHolder.cs
- TextElement.cs
- ToolStripItem.cs
- WindowsFont.cs
- RoleManagerModule.cs
- RegistryConfigurationProvider.cs
- DataServiceException.cs
- FormViewDeletedEventArgs.cs
- ContextMenuAutomationPeer.cs
- X509CertificateRecipientServiceCredential.cs
- ExpressionNode.cs
- RequestContext.cs
- UInt64Converter.cs
- Transform3DGroup.cs
- ExtensionFile.cs