File: ClientBuildManagerParameter.xml

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (113 lines) | stat: -rw-r--r-- 8,345 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="utf-8"?>
<Type Name="ClientBuildManagerParameter" FullName="System.Web.Compilation.ClientBuildManagerParameter">
  <TypeSignature Language="C#" Value="public class ClientBuildManagerParameter" />
  <AssemblyInfo>
    <AssemblyName>System.Web</AssemblyName>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Object</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <since version=".NET 2.0" />
    <remarks>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>ASP.NET Web pages and code files can be precompiled to facilitate a faster response for users and allow for the deployment of the site without deploying the source code. For more information on precompiling an ASP.NET Web site, see <format type="text/html"><a href="a88e56f9-b232-47c5-92e0-f9674ed15e5a">ASP.NET Web Site Precompilation</a></format>.</para>
      <para>The <see cref="T:System.Web.Compilation.ClientBuildManagerParameter" /> class stores values that are used during precompilation. The <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.PrecompilationFlags" /> property determines how the assembly will be built. For example, you can set <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.PrecompilationFlags" /> to <see cref="F:System.Web.Compilation.PrecompilationFlags.Clean" /> to recompile any previously compiled components, or set it to <see cref="F:System.Web.Compilation.PrecompilationFlags.OverwriteTarget" /> to permit the resulting assembly to overwrite any components in the target directory. The <see cref="T:System.Web.Compilation.PrecompilationFlags" /> enumerator has a <see cref="T:System.FlagsAttribute" /> attribute that allows a bitwise combination of its member values. The <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.PrecompilationFlags" /> property can contain more than one value from the <see cref="T:System.Web.Compilation.PrecompilationFlags" /> enumeration to specify a combination of precompilation behaviors.</para>
      <para>Either the <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.StrongNameKeyContainer" /> property or the <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.StrongNameKeyFile" /> property is assigned a value to create a strong-named assembly. Both values do not need to be set to create a strong-named assembly.</para>
      <para>A <see cref="T:System.Web.Compilation.ClientBuildManagerParameter" /> object is passed to the <see cref="T:System.Web.Compilation.ClientBuildManager" /> object through the <see cref="M:System.Web.Compilation.ClientBuildManager.#ctor(System.String,System.String,System.String,System.Web.Compilation.ClientBuildManagerParameter)" /> constructor. </para>
    </remarks>
    <summary>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>Contains values passed to the ASP.NET compiler during precompilation.</para>
    </summary>
  </Docs>
  <Members>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="public ClientBuildManagerParameter ();" />
      <MemberType>Constructor</MemberType>
      <Parameters />
      <Docs>
        <since version=".NET 2.0" />
        <remarks>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>This constructor does not initialize any property values. Those values must be set through the <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.StrongNameKeyContainer" />, <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.StrongNameKeyFile" />, and <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.PrecompilationFlags" /> properties after the object has been created.</para>
        </remarks>
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Initializes a new instance of the <see cref="T:System.Web.Compilation.ClientBuildManagerParameter" /> class. </para>
        </summary>
      </Docs>
      <AssemblyInfo>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="PrecompilationFlags">
      <MemberSignature Language="C#" Value="public System.Web.Compilation.PrecompilationFlags PrecompilationFlags { set; get; }" />
      <MemberType>Property</MemberType>
      <ReturnValue>
        <ReturnType>System.Web.Compilation.PrecompilationFlags</ReturnType>
      </ReturnValue>
      <Docs>
        <value>To be added.</value>
        <since version=".NET 2.0" />
        <remarks>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>The <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.PrecompilationFlags" /> property determines how the assembly will be built. For example, you can set <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.PrecompilationFlags" /> to <see cref="F:System.Web.Compilation.PrecompilationFlags.Clean" /> to recompile any previously compiled components, or set it to <see cref="F:System.Web.Compilation.PrecompilationFlags.OverwriteTarget" /> to permit the resulting assembly to overwrite any components in the target directory. The <see cref="T:System.Web.Compilation.PrecompilationFlags" /> enumerator has a <see cref="T:System.FlagsAttribute" /> attribute that allows a bitwise combination of its member values. The <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.PrecompilationFlags" /> property can contain more than one value from the <see cref="T:System.Web.Compilation.PrecompilationFlags" /> enumeration to specify a combination of precompilation behaviors.</para>
        </remarks>
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Gets or sets the flags that determine precompilation behavior.</para>
        </summary>
      </Docs>
      <AssemblyInfo>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="StrongNameKeyContainer">
      <MemberSignature Language="C#" Value="public string StrongNameKeyContainer { set; get; }" />
      <MemberType>Property</MemberType>
      <ReturnValue>
        <ReturnType>System.String</ReturnType>
      </ReturnValue>
      <Docs>
        <value>To be added.</value>
        <since version=".NET 2.0" />
        <remarks>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Either the <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.StrongNameKeyContainer" /> property or the <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.StrongNameKeyFile" /> property is assigned a value to create a strong-named assembly. Both values do not need to be set to create a strong-named assembly.</para>
        </remarks>
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Gets or sets the key container used during compilation.</para>
        </summary>
      </Docs>
      <AssemblyInfo>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="StrongNameKeyFile">
      <MemberSignature Language="C#" Value="public string StrongNameKeyFile { set; get; }" />
      <MemberType>Property</MemberType>
      <ReturnValue>
        <ReturnType>System.String</ReturnType>
      </ReturnValue>
      <Docs>
        <value>To be added.</value>
        <since version=".NET 2.0" />
        <remarks>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Either the <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.StrongNameKeyContainer" /> property or the <see cref="P:System.Web.Compilation.ClientBuildManagerParameter.StrongNameKeyFile" /> property is assigned a value to create a strong-named assembly. Both values do not need to be set to create a strong-named assembly.</para>
        </remarks>
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Gets or sets the key file used during compilation.</para>
        </summary>
      </Docs>
      <AssemblyInfo>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
  </Members>
</Type>