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
- WindowCollection.cs
- DefaultValidator.cs
- RestClientProxyHandler.cs
- ConfigurationProviderException.cs
- CreateRefExpr.cs
- HyperLinkColumn.cs
- GenericEnumerator.cs
- NetCodeGroup.cs
- WindowsAltTab.cs
- EventDrivenDesigner.cs
- PasswordBox.cs
- XmlComment.cs
- JsonEnumDataContract.cs
- XsdBuilder.cs
- TextStore.cs
- SqlXml.cs
- TrustLevelCollection.cs
- XmlAttributeProperties.cs
- AttributeData.cs
- SemanticValue.cs
- SafeNativeMethodsOther.cs
- ProfileSettings.cs
- ObjectDataSourceDisposingEventArgs.cs
- CultureMapper.cs
- XPathNavigatorReader.cs
- PropertyEmitter.cs
- NullReferenceException.cs
- ServiceDiscoveryElement.cs
- RuleValidation.cs
- PropertyPathWorker.cs
- _Events.cs
- StackOverflowException.cs
- InstancePersistenceCommand.cs
- ErrorEventArgs.cs
- SamlAuthorizationDecisionClaimResource.cs
- IndexedDataBuffer.cs
- XmlAttributes.cs
- ParameterCollectionEditor.cs
- ResourceSet.cs
- SafeThemeHandle.cs
- _ConnectionGroup.cs
- AttachedAnnotation.cs
- HtmlTextArea.cs
- PropertySet.cs
- TdsParserStaticMethods.cs
- RelatedPropertyManager.cs
- AxHost.cs
- SqlDataSourceWizardForm.cs
- TreeNodeEventArgs.cs
- ProfileService.cs
- SqlDependencyListener.cs
- NetStream.cs
- CodeLabeledStatement.cs
- InstanceData.cs
- FixedSOMTableCell.cs
- IpcPort.cs
- dbenumerator.cs
- DropSource.cs
- StrokeIntersection.cs
- SecurityTokenAuthenticator.cs
- InputManager.cs
- SmtpDigestAuthenticationModule.cs
- ZipIOLocalFileDataDescriptor.cs
- RepeatButtonAutomationPeer.cs
- BinaryFormatterSinks.cs
- ParagraphResult.cs
- HandleRef.cs
- updatecommandorderer.cs
- FragmentQueryKB.cs
- ZipIOExtraField.cs
- ReversePositionQuery.cs
- GlyphCache.cs
- CookielessHelper.cs
- BinaryMethodMessage.cs
- HttpRequestCacheValidator.cs
- SiblingIterators.cs
- HostProtectionPermission.cs
- ToolstripProfessionalRenderer.cs
- View.cs
- sqlmetadatafactory.cs
- DriveNotFoundException.cs
- SessionState.cs
- MissingMemberException.cs
- BitmapDownload.cs
- EntityKeyElement.cs
- SiteMapNodeItem.cs
- AnchoredBlock.cs
- HMACRIPEMD160.cs
- JsonEnumDataContract.cs
- TabControlCancelEvent.cs
- FixedSOMContainer.cs
- SourceSwitch.cs
- TaskFormBase.cs
- UnsafeNetInfoNativeMethods.cs
- UIServiceHelper.cs
- AddInSegmentDirectoryNotFoundException.cs
- SkewTransform.cs
- SessionEndingEventArgs.cs
- sitestring.cs
- Executor.cs