1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="ProcessModuleDesigner" FullName="System.Diagnostics.Design.ProcessModuleDesigner">
3  <TypeSignature Language="C#" Value="public class ProcessModuleDesigner : System.ComponentModel.Design.ComponentDesigner" />
4  <AssemblyInfo>
5    <AssemblyName>System.Design</AssemblyName>
6    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
7    <AssemblyVersion>2.0.0.0</AssemblyVersion>
8  </AssemblyInfo>
9  <Base>
10    <BaseTypeName>System.ComponentModel.Design.ComponentDesigner</BaseTypeName>
11  </Base>
12  <Interfaces />
13  <Docs>
14    <remarks>To be added.</remarks>
15    <summary>
16      <attribution license="cc4" from="Microsoft" modified="false" />
17      <para>Base designer class for extending the design-mode behavior of a process module.</para>
18    </summary>
19  </Docs>
20  <Members>
21    <Member MemberName=".ctor">
22      <MemberSignature Language="C#" Value="public ProcessModuleDesigner ();" />
23      <MemberType>Constructor</MemberType>
24      <Parameters />
25      <Docs>
26        <remarks>To be added.</remarks>
27        <summary>
28          <attribution license="cc4" from="Microsoft" modified="false" />
29          <para>Initializes a new instance of the <see cref="T:System.Diagnostics.Design.ProcessModuleDesigner" /> class. </para>
30        </summary>
31      </Docs>
32      <AssemblyInfo>
33        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
34        <AssemblyVersion>2.0.0.0</AssemblyVersion>
35      </AssemblyInfo>
36    </Member>
37    <Member MemberName="PreFilterProperties">
38      <MemberSignature Language="C#" Value="protected override void PreFilterProperties (System.Collections.IDictionary properties);" />
39      <MemberType>Method</MemberType>
40      <ReturnValue>
41        <ReturnType>System.Void</ReturnType>
42      </ReturnValue>
43      <Parameters>
44        <Parameter Name="properties" Type="System.Collections.IDictionary" />
45      </Parameters>
46      <Docs>
47        <remarks>
48          <attribution license="cc4" from="Microsoft" modified="false" />
49          <para>This method adds the nonbrowsable "FileVersionInfo" property to the designer's process module at design time.</para>
50        </remarks>
51        <summary>
52          <attribution license="cc4" from="Microsoft" modified="false" />
53          <para>Adjusts the set of properties the process module exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</para>
54        </summary>
55        <param name="properties">
56          <attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Collections.IDictionary" /> containing the properties for the class of the component.</param>
57      </Docs>
58      <AssemblyInfo>
59        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
60        <AssemblyVersion>2.0.0.0</AssemblyVersion>
61      </AssemblyInfo>
62    </Member>
63  </Members>
64</Type>