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
- RefExpr.cs
- BasicExpandProvider.cs
- ModelPerspective.cs
- WrappedDispatcherException.cs
- WorkflowViewStateService.cs
- AssemblyFilter.cs
- UIntPtr.cs
- WindowShowOrOpenTracker.cs
- PeerNameResolver.cs
- TemplatePagerField.cs
- SessionEndingCancelEventArgs.cs
- CheckBoxList.cs
- WinEventQueueItem.cs
- AliasedSlot.cs
- XPathPatternParser.cs
- ColumnHeader.cs
- PageParser.cs
- ObjectConverter.cs
- ControlTemplate.cs
- SystemIcons.cs
- AnnotationStore.cs
- XPathParser.cs
- WebPartCloseVerb.cs
- Line.cs
- ColumnClickEvent.cs
- DependencyPropertyConverter.cs
- XDRSchema.cs
- EventToken.cs
- IntSecurity.cs
- ScriptResourceAttribute.cs
- ListInitExpression.cs
- NumericUpDownAcceleration.cs
- XmlElementCollection.cs
- NTAccount.cs
- WebPartConnectionsCancelVerb.cs
- FilterEventArgs.cs
- TextDpi.cs
- VariableQuery.cs
- SafeRightsManagementSessionHandle.cs
- WriterOutput.cs
- ProcessModule.cs
- OutputScopeManager.cs
- BooleanToVisibilityConverter.cs
- XhtmlBasicTextViewAdapter.cs
- ReflectionUtil.cs
- BrushMappingModeValidation.cs
- OleDbConnection.cs
- FileLevelControlBuilderAttribute.cs
- LineServicesRun.cs
- EventHandlersStore.cs
- XmlTextReader.cs
- ImageAttributes.cs
- SynchronizingStream.cs
- OleStrCAMarshaler.cs
- ExpressionLexer.cs
- CodeChecksumPragma.cs
- GroupQuery.cs
- IndentedTextWriter.cs
- ToolStripScrollButton.cs
- ReadWriteObjectLock.cs
- XmlUtil.cs
- FileRegion.cs
- ExpandableObjectConverter.cs
- CfgSemanticTag.cs
- TransformerInfo.cs
- QueryResults.cs
- InputManager.cs
- PeerContact.cs
- CodeRegionDirective.cs
- TraceData.cs
- ManifestResourceInfo.cs
- ServiceInstanceProvider.cs
- WinEventHandler.cs
- DecimalConstantAttribute.cs
- AspProxy.cs
- FillErrorEventArgs.cs
- EncryptedKey.cs
- ApplicationServiceManager.cs
- DbFunctionCommandTree.cs
- SelectionItemPatternIdentifiers.cs
- DesignBindingPicker.cs
- RightsManagementEncryptionTransform.cs
- ExtenderControl.cs
- DataGridViewTopRowAccessibleObject.cs
- EndpointInfo.cs
- NavigationService.cs
- AnnotationStore.cs
- CodeSnippetStatement.cs
- FileLoadException.cs
- SortedSet.cs
- InvalidOperationException.cs
- MenuItemStyleCollection.cs
- GradientSpreadMethodValidation.cs
- InteropTrackingRecord.cs
- EntityDataSourceChangedEventArgs.cs
- SelectionListDesigner.cs
- BorderGapMaskConverter.cs
- MachineKeySection.cs
- SmtpDateTime.cs
- SharedTcpTransportManager.cs