Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / Services / System / ServiceProcess / Design / ServiceControllerDesigner.cs / 1 / ServiceControllerDesigner.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ServiceProcess.Design { using System.Runtime.Serialization.Formatters; using System.ComponentModel; using System.Diagnostics; using System; using System.Collections; using System.Windows.Forms; using Microsoft.Win32; using System.ComponentModel.Design; using System.Globalization; ////// [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)] public class ServiceControllerDesigner : ComponentDesigner { /// protected override void PreFilterProperties(IDictionary properties) { base.PreFilterProperties(properties); RuntimeComponentFilter.FilterProperties(properties, new string[]{"ServiceName", "DisplayName"}, new string[]{"CanPauseAndContinue", "CanShutdown", "CanStop", "DisplayName", "DependentServices", "ServicesDependedOn", "Status", "ServiceType", "MachineName"}, new bool[]{false, false, false, false, false, false, false, false, true}); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SizeConverter.cs
- CqlParserHelpers.cs
- InkCollectionBehavior.cs
- LOSFormatter.cs
- VectorCollectionValueSerializer.cs
- Fx.cs
- DataTableReaderListener.cs
- ConvertersCollection.cs
- ExceptionRoutedEventArgs.cs
- QueryStringParameter.cs
- HttpRequestCacheValidator.cs
- PageContentCollection.cs
- CssClassPropertyAttribute.cs
- DataGridViewRowConverter.cs
- bindurihelper.cs
- KeyedCollection.cs
- ZipIOFileItemStream.cs
- GreaterThanOrEqual.cs
- CollectionsUtil.cs
- FixedSOMPageConstructor.cs
- XmlStreamNodeWriter.cs
- SelectorItemAutomationPeer.cs
- AnnotationResource.cs
- CodeSubDirectory.cs
- DebugManager.cs
- ObjectSet.cs
- MessageEnumerator.cs
- sapiproxy.cs
- TypeSource.cs
- DesignTimeValidationFeature.cs
- TransactionManagerProxy.cs
- DetailsViewDesigner.cs
- SocketPermission.cs
- FontStyle.cs
- RulePatternOps.cs
- OleDbError.cs
- FusionWrap.cs
- CodeBlockBuilder.cs
- WindowPatternIdentifiers.cs
- DecoderFallbackWithFailureFlag.cs
- HttpRawResponse.cs
- RawStylusInputCustomData.cs
- RSAPKCS1SignatureDeformatter.cs
- UnauthorizedWebPart.cs
- DoubleCollectionConverter.cs
- Random.cs
- ClientApiGenerator.cs
- ReflectionHelper.cs
- DbRetry.cs
- WebConfigurationManager.cs
- SatelliteContractVersionAttribute.cs
- RoutingService.cs
- MinMaxParagraphWidth.cs
- SlotInfo.cs
- Win32.cs
- StructuredTypeInfo.cs
- FieldBuilder.cs
- TagPrefixCollection.cs
- IsolatedStorageFilePermission.cs
- AnnotationAdorner.cs
- RtfControls.cs
- HttpResponse.cs
- SQLMembershipProvider.cs
- BoundColumn.cs
- HttpListenerException.cs
- ProxyManager.cs
- ResolvedKeyFrameEntry.cs
- ALinqExpressionVisitor.cs
- mda.cs
- WebResponse.cs
- SingleBodyParameterMessageFormatter.cs
- SemanticAnalyzer.cs
- Converter.cs
- UnwrappedTypesXmlSerializerManager.cs
- ModelVisual3D.cs
- CodeFieldReferenceExpression.cs
- Parallel.cs
- JulianCalendar.cs
- DataGridView.cs
- ProfileProvider.cs
- ConstraintCollection.cs
- DataStorage.cs
- CodeTryCatchFinallyStatement.cs
- CapabilitiesSection.cs
- XmlWrappingWriter.cs
- PageThemeParser.cs
- IPPacketInformation.cs
- BaseTemplateCodeDomTreeGenerator.cs
- precedingsibling.cs
- Parser.cs
- EncoderFallback.cs
- Button.cs
- cookiecollection.cs
- NonVisualControlAttribute.cs
- IndentTextWriter.cs
- WeakReferenceList.cs
- TrackBarRenderer.cs
- CommandSet.cs
- DialogWindow.cs
- FixedPageAutomationPeer.cs