Code:
/ 4.0 / 4.0 / 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.
// ==++==
//
// 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
- SrgsElementFactory.cs
- _BaseOverlappedAsyncResult.cs
- NavigateEvent.cs
- ImageFormatConverter.cs
- Normalization.cs
- DataGridView.cs
- DataTablePropertyDescriptor.cs
- PolicyStatement.cs
- ContractDescription.cs
- EdmMember.cs
- CommandPlan.cs
- RegisteredDisposeScript.cs
- UInt64Converter.cs
- Component.cs
- ScrollProperties.cs
- ScriptResourceHandler.cs
- BinaryUtilClasses.cs
- KeyValuePairs.cs
- SimplePropertyEntry.cs
- MergeExecutor.cs
- TCPListener.cs
- SectionInformation.cs
- DesignerAutoFormatStyle.cs
- XmlQueryStaticData.cs
- XmlProcessingInstruction.cs
- AutomationPatternInfo.cs
- RightsManagementInformation.cs
- serverconfig.cs
- TimeSpanStorage.cs
- EntityExpressionVisitor.cs
- StartUpEventArgs.cs
- BamlRecordWriter.cs
- NonVisualControlAttribute.cs
- HandleCollector.cs
- XPathChildIterator.cs
- WmlLiteralTextAdapter.cs
- RoleManagerSection.cs
- BitmapEffectState.cs
- SR.Designer.cs
- StretchValidation.cs
- TaiwanLunisolarCalendar.cs
- OdbcCommand.cs
- JapaneseLunisolarCalendar.cs
- CacheVirtualItemsEvent.cs
- CryptoStream.cs
- ViewStateModeByIdAttribute.cs
- BaseTemplateCodeDomTreeGenerator.cs
- StringArrayConverter.cs
- WebPartVerbsEventArgs.cs
- PopOutPanel.cs
- BamlTreeUpdater.cs
- BufferBuilder.cs
- XsltContext.cs
- ConfigXmlDocument.cs
- TypeHelper.cs
- IntellisenseTextBox.designer.cs
- ExecutionEngineException.cs
- SiteMapNode.cs
- EntityContainerEntitySet.cs
- RegistrationServices.cs
- OracleFactory.cs
- Int16AnimationUsingKeyFrames.cs
- ButtonBase.cs
- ZoomPercentageConverter.cs
- StreamUpdate.cs
- RelationshipConverter.cs
- WebPartHelpVerb.cs
- MethodImplAttribute.cs
- RightsManagementEncryptionTransform.cs
- ValidatingReaderNodeData.cs
- PassportIdentity.cs
- ContextInformation.cs
- EditorPartCollection.cs
- DetailsViewPagerRow.cs
- ScriptControl.cs
- DataGridCellsPanel.cs
- InputScope.cs
- CalendarDateRange.cs
- SerializationSectionGroup.cs
- ParameterBinding.cs
- HashCodeCombiner.cs
- Control.cs
- ProcessHostFactoryHelper.cs
- ScriptingJsonSerializationSection.cs
- NavigatingCancelEventArgs.cs
- WorkerRequest.cs
- CheckBoxField.cs
- ProfilePropertySettings.cs
- PropertyConverter.cs
- Byte.cs
- QuaternionAnimationBase.cs
- WebControl.cs
- SmiConnection.cs
- AnimatedTypeHelpers.cs
- MaterialGroup.cs
- TypeSystem.cs
- KeyTimeConverter.cs
- ListView.cs
- SqlDeflator.cs
- WhitespaceRule.cs