Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / Monitoring / System / Diagnostics / Design / ProcessModuleDesigner.cs / 1 / ProcessModuleDesigner.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Diagnostics.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 ProcessModuleDesigner : ComponentDesigner { /// protected override void PreFilterProperties(IDictionary properties) { base.PreFilterProperties(properties); RuntimeComponentFilter.FilterProperties(properties, null, new string[]{"FileVersionInfo"}); } } } // 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
- InvokeWebService.cs
- AppDomainManager.cs
- ProtocolsSection.cs
- EmissiveMaterial.cs
- CommandBinding.cs
- TableLayoutSettings.cs
- AnnotationMap.cs
- ServerValidateEventArgs.cs
- SqlStream.cs
- FtpRequestCacheValidator.cs
- ReaderWriterLock.cs
- DeferrableContent.cs
- DebuggerAttributes.cs
- ControlAdapter.cs
- ListControl.cs
- SimpleApplicationHost.cs
- ScrollProviderWrapper.cs
- FormViewCommandEventArgs.cs
- SelectionProviderWrapper.cs
- AppManager.cs
- ExtendedPropertyInfo.cs
- IncrementalReadDecoders.cs
- DiscoveryVersion.cs
- ZipIOCentralDirectoryBlock.cs
- PropertyEmitterBase.cs
- DataBindingExpressionBuilder.cs
- ADMembershipProvider.cs
- FtpCachePolicyElement.cs
- StateItem.cs
- TemplateControlBuildProvider.cs
- ErrorFormatter.cs
- DesignOnlyAttribute.cs
- Stack.cs
- DataGridViewDataConnection.cs
- TemplateControl.cs
- RuntimeWrappedException.cs
- InputLanguageEventArgs.cs
- NotSupportedException.cs
- JoinElimination.cs
- BlockCollection.cs
- ContentType.cs
- SerializationHelper.cs
- RankException.cs
- WindowsFont.cs
- BamlBinaryWriter.cs
- DeferredSelectedIndexReference.cs
- _ProxyChain.cs
- Composition.cs
- JavaScriptString.cs
- TableLayoutColumnStyleCollection.cs
- Animatable.cs
- WebPartMinimizeVerb.cs
- StructureChangedEventArgs.cs
- PointLightBase.cs
- FormViewDeletedEventArgs.cs
- CodeGotoStatement.cs
- WebPartActionVerb.cs
- AttributeData.cs
- DataGridViewUtilities.cs
- SeekableMessageNavigator.cs
- Camera.cs
- SearchForVirtualItemEventArgs.cs
- NewItemsContextMenuStrip.cs
- NameValueSectionHandler.cs
- FreeFormDesigner.cs
- OperandQuery.cs
- Deflater.cs
- controlskin.cs
- UnauthorizedWebPart.cs
- OdbcConnection.cs
- DataControlLinkButton.cs
- DataSet.cs
- DivideByZeroException.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- PointF.cs
- SqlFunctionAttribute.cs
- TimeStampChecker.cs
- ImageUrlEditor.cs
- AppSettingsExpressionBuilder.cs
- OleDbParameter.cs
- AsymmetricKeyExchangeDeformatter.cs
- IgnoreFlushAndCloseStream.cs
- PropertiesTab.cs
- CollectionChangedEventManager.cs
- EntityCommandDefinition.cs
- MessageQueueTransaction.cs
- _LocalDataStoreMgr.cs
- DoubleConverter.cs
- DataPointer.cs
- HostingEnvironmentException.cs
- ListItemConverter.cs
- ToolStripItemRenderEventArgs.cs
- DesignTimeValidationFeature.cs
- ToggleButtonAutomationPeer.cs
- Evaluator.cs
- UnsafeNativeMethods.cs
- MsmqIntegrationProcessProtocolHandler.cs
- Converter.cs
- JapaneseCalendar.cs
- DriveNotFoundException.cs