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
- ListDictionaryInternal.cs
- RegionInfo.cs
- ServiceModelReg.cs
- DeferredSelectedIndexReference.cs
- ContextDataSourceContextData.cs
- Environment.cs
- CommandConverter.cs
- BamlStream.cs
- ScrollData.cs
- RegexInterpreter.cs
- AudioStateChangedEventArgs.cs
- dtdvalidator.cs
- XmlNodeList.cs
- EncodingTable.cs
- COM2PropertyDescriptor.cs
- PrefixHandle.cs
- DataGridViewRow.cs
- SkewTransform.cs
- DynamicEndpointElement.cs
- IFlowDocumentViewer.cs
- MarkupCompilePass2.cs
- SystemWebCachingSectionGroup.cs
- ControlPaint.cs
- XmlQualifiedNameTest.cs
- FileDialog.cs
- ViewDesigner.cs
- ExpressionSelection.cs
- SqlInfoMessageEvent.cs
- RegexNode.cs
- UpdatePanelTrigger.cs
- SafeLibraryHandle.cs
- COM2ComponentEditor.cs
- CompiledQueryCacheEntry.cs
- DependencyObjectPropertyDescriptor.cs
- DiffuseMaterial.cs
- login.cs
- TimersDescriptionAttribute.cs
- WorkflowView.cs
- EngineSiteSapi.cs
- HttpListenerException.cs
- RecommendedAsConfigurableAttribute.cs
- BitHelper.cs
- TreeViewHitTestInfo.cs
- WindowsTooltip.cs
- BaseCodeDomTreeGenerator.cs
- COM2ExtendedTypeConverter.cs
- Bind.cs
- PrinterSettings.cs
- WebPartConnectionsCancelVerb.cs
- BufferedOutputStream.cs
- Config.cs
- CompilerTypeWithParams.cs
- StringResourceManager.cs
- XmlSerializableWriter.cs
- SqlCommand.cs
- SetState.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- MailHeaderInfo.cs
- Graphics.cs
- FamilyTypefaceCollection.cs
- SqlDataSourceView.cs
- ConfigurationManagerHelper.cs
- TreeSet.cs
- DbLambda.cs
- AspNetPartialTrustHelpers.cs
- WasHttpHandlersInstallComponent.cs
- ResourcePermissionBaseEntry.cs
- MLangCodePageEncoding.cs
- HuffModule.cs
- ReadContentAsBinaryHelper.cs
- NetDataContractSerializer.cs
- COSERVERINFO.cs
- URLIdentityPermission.cs
- HttpContextServiceHost.cs
- XmlCompatibilityReader.cs
- FragmentQueryKB.cs
- XmlTypeMapping.cs
- VisualProxy.cs
- ConnectionInterfaceCollection.cs
- TimeIntervalCollection.cs
- WindowAutomationPeer.cs
- SqlCacheDependencyDatabase.cs
- OracleParameter.cs
- DataControlField.cs
- LightweightCodeGenerator.cs
- HiddenFieldPageStatePersister.cs
- OutputCacheSettingsSection.cs
- CachedCompositeFamily.cs
- xml.cs
- PenLineJoinValidation.cs
- Geometry.cs
- PrePostDescendentsWalker.cs
- DataSourceCacheDurationConverter.cs
- RadioButtonStandardAdapter.cs
- ByteFacetDescriptionElement.cs
- TransformGroup.cs
- XpsColorContext.cs
- Int32CollectionConverter.cs
- GridItemPatternIdentifiers.cs
- Configuration.cs