Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Specifies which version of the Common Language Runtime (CLR) can run the assembl
-platform:string
```

#### Parameters
## Parameters
`string`
anycpu (default), anycpu32bitpreferred, ARM, x64, x86, or Itanium.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Specifies the minimum version of the subsystem on which the generated executable
-subsystemversion:major.minor
```

#### Parameters
## Parameters
`major.minor`
The minimum required version of the subsystem, as expressed in a dot notation for major and minor versions. For example, you can specify that an application can't run on an operating system that's older than Windows 7 if you set the value of this option to 6.01, as the table later in this topic describes. You must specify the values for `major` and `minor` as integers.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Generates checksums for source files to aid with debugging [!INCLUDE[vstecasp](~
#pragma checksum "filename" "{guid}" "checksum bytes"
```

#### Parameters
## Parameters
`"filename"`
The name of the file that requires monitoring for changes or updates.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ms.assetid: 723493d5-9753-4cec-babb-54e2b8eb36b6
#pragma warning restore warning-list
```

#### Parameters
## Parameters
`warning-list`
A comma-separated list of warning numbers. The "CS" prefix is optional.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ms.assetid: 5b7944cd-d402-46a1-ad8f-feffb2d83673
#pragma pragma-name pragma-arguments
```

#### Parameters
## Parameters
`pragma-name`
The name of a recognized pragma.

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/code-inline.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ms.assetid: aad5b16e-a29e-445e-bd0d-eea0b138d7b2
<c>text</c>
```

#### Parameters
## Parameters
`text`
The text you would like to indicate as code.

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ms.assetid: f235e3bc-a709-43cf-8a9f-bd57cabdf6da
<code>content</code>
```

#### Parameters
## Parameters
`content`
The text you want marked as code.

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ms.assetid: 32d6e73b-2554-4abb-83ee-a1e321334fd2
<example>description</example>
```

#### Parameters
## Parameters
`description`
A description of the code sample.

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/exception.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ms.assetid: dd73aac5-3c74-4fcf-9498-f11bff3a2f3c
<exception cref="member">description</exception>
```

#### Parameters
## Parameters
cref = " `member`"
A reference to an exception that is available from the current compilation environment. The compiler checks that the given exception exists and translates `member` to the canonical element name in the output XML. `member` must appear within double quotation marks (" ").

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/include.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ms.assetid: a8a70302-6196-4643-bd09-ef33f411f18f
<include file='filename' path='tagpath[@name="id"]' />
```

#### Parameters
## Parameters
`filename`
The name of the XML file containing the documentation. The file name can be qualified with a path relative to the source code file. Enclose `filename` in single quotation marks (' ').

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ms.assetid: c9620b1b-c2e6-43f1-ab88-8ab47308ffec
</list>
```

#### Parameters
## Parameters
`term`
A term to define, which will be defined in `description`.

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/para.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ms.assetid: c74b8705-29df-40b1-bff5-237492b0e978
<para>content</para>
```

#### Parameters
## Parameters
`content`
The text of the paragraph.

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/param.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ms.assetid: 46d329b1-5b84-4537-9e17-73ca97313e4e
<param name="name">description</param>
```

#### Parameters
## Parameters
`name`
The name of a method parameter. Enclose the name in double quotation marks (" ").

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/paramref.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ms.assetid: 756c24c1-f591-40e8-a838-559761539b0b
<paramref name="name"/>
```

#### Parameters
## Parameters
`name`
The name of the parameter to refer to. Enclose the name in double quotation marks (" ").

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ms.assetid: 769e93fe-8404-443f-bf99-577aa42b6a49
<permission cref="member">description</permission>
```

#### Parameters
## Parameters
cref = " `member`"
A reference to a member or field that is available to be called from the current compilation environment. The compiler checks that the given code element exists and translates `member` to the canonical element name in the output XML. *member* must appear within double quotation marks (" ").

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/remarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ms.assetid: f8641391-31f3-4735-af7a-c502a5b6a251
<remarks>description</remarks>
```

#### Parameters
## Parameters
`Description`
A description of the member.

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/returns.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ms.assetid: bb2d9958-62fc-47c7-9511-6311171f119f
<returns>description</returns>
```

#### Parameters
## Parameters
`description`
A description of the return value.

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/see.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ms.assetid: 0200de01-7e2f-45c4-9094-829d61236383
<see cref="member"/>
```

#### Parameters
## Parameters
cref = " `member`"
A reference to a member or field that is available to be called from the current compilation environment. The compiler checks that the given code element exists and passes `member` to the element name in the output XML. Place *member* within double quotation marks (" ").

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/seealso.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ms.assetid: 8e157f3f-f220-4fcf-9010-88905b080b18
<seealso cref="member"/>
```

#### Parameters
## Parameters
cref = " `member`"
A reference to a member or field that is available to be called from the current compilation environment. The compiler checks that the given code element exists and passes `member` to the element name in the output XML.`member` must appear within double quotation marks (" ").

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ms.assetid: b4c43d92-2067-4eac-a59a-d32f5248c08b
<summary>description</summary>
```

#### Parameters
## Parameters
`description`
A summary of the object.

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/typeparam.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ms.assetid: 9b99d400-e911-4e55-99c6-64367c96aa4f
<typeparam name="name">description</typeparam>
```

#### Parameters
## Parameters
`name`
The name of the type parameter. Enclose the name in double quotation marks (" ").

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/typeparamref.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ms.assetid: 6d8ffc58-12c5-4688-8db6-833a7ded5886
<typeparamref name="name"/>
```

#### Parameters
## Parameters
`name`
The name of the type parameter. Enclose the name in double quotation marks (" ").

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/value.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ms.assetid: 08dbadaf-9ab6-43d9-9493-98e43bed199a
<value>property-description</value>
```

#### Parameters
## Parameters
`property-description`
A description for the property.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Creates an instance of the [Microsoft.VisualStudio.Activities.Asr.ClientActivity
public ClientActivityBuilder(OperationDescription operationDescription, string configurationName, string proxyNamespace);
```

#### Parameters
## Parameters

## Parameter Values
*operationDescription*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The DataSvcUtil.exe tool is installed in the [!INCLUDE[dnprdnshort](../../../../
datasvcutil /out:file [/in:file | /uri:serviceuri] [/dataservicecollection] [/language:devlang] [/nologo] [/version:ver] [/help]
```

### Parameters
## Parameters

|Option|Description|
|------------|-----------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/tools/al-exe-assembly-linker.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ At the command prompt, type the following:
al sources options
```

#### Parameters
## Parameters

You can specify one or more of the following `sources`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The Code Access Security (CAS) Policy tool (Caspol.exe) enables users and admini
caspol [options]
```

#### Parameters
## Parameters

|Option|Description|
|------------|-----------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Software Publisher Certificate Test tool creates a Software Publisher's Cert
cert2spc cert1.cer | crl1.crl [... certN.cer | crlN.crl] outputSPCfile.spc
```

#### Parameters
## Parameters

|Argument|Description|
|--------------|-----------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The Certificate Manager tool (Certmgr.exe) manages certificates, certificate tru
[/s[/r registryLocation]] [destinationStorename]
```

#### Parameters
## Parameters

|Argument|Description|
|--------------|-----------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The CorFlags Conversion tool allows you to configure the CorFlags section of the
CorFlags.exe assembly [options]
```

#### Parameters
## Parameters

|Required parameter|Description|
|------------------------|-----------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/tools/gacutil-exe-gac-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The Global Assembly Cache tool allows you to view and manipulate the contents of
gacutil [options] [assemblyName | assemblyPath | assemblyListFile]
```

#### Parameters
## Parameters

|Argument|Description|
|--------------|-----------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/tools/ilasm-exe-il-assembler.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ At the command prompt, type the following:
ilasm [options] filename [[options]filename...]
```

#### Parameters
## Parameters

| Argument | Description |
| -------- | ----------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/tools/ildasm-exe-il-disassembler.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ At the command prompt, type the following:
ildasm [options] [PEfilename] [options]
```

#### Parameters
## Parameters

The following options are available for *.exe*, *.dll*, *.obj*, *.lib*, and *.winmd* files.

Expand Down
2 changes: 1 addition & 1 deletion docs/framework/tools/installutil-exe-installer-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ At the command prompt, type the following:
installutil [/u[ninstall]] [options] assembly [[options] assembly] ...
```

#### Parameters
## Parameters

|Argument|Description|
|--------------|-----------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Two versions of *Mage.exe* and *MageUI.exe* are included with Visual Studio. To
Mage [commands] [commandOptions]
```

### Parameters
## Parameters

The following table shows the commands supported by *Mage.exe*. For more information about the options supported by these commands, see [New and Update command options](#new-and-update-command-options) and [Sign command options](#sign-command-options).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For [!INCLUDE[win8_appname_long](../../../includes/win8-appname-long-md.md)] app
mpgo –Scenario <packageName> -AppID <appId> -Timeout <seconds>
```

#### Parameters
## Parameters
All arguments to Mpgo.exe are case-insensitive. Commands are prefixed with a dash.

> [!NOTE]
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/tools/peverify-exe-peverify-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The PEVerify tool helps developers who generate Microsoft intermediate language
peverify filename [options]
```

#### Parameters
## Parameters

|Argument|Description|
|--------------|-----------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ At the command prompt, type the following:
regasm assemblyFile [options]
```

#### Parameters
## Parameters

|Parameter|Description|
|---------------|-----------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The .NET Services Installation tool performs the following actions:
[/nologo] [/quiet]assemblyFile.dll
```

#### Parameters
## Parameters

|Argument|Description|
|--------------|-----------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/tools/resgen-exe-resource-file-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ resgen [/define:symbol1[,symbol2,...]] [/useSourcePath] filename.extension | /
resgen filename.extension [outputDirectory]
```

#### Parameters
## Parameters

|Parameter or switch|Description|
|-------------------------|-----------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The .NET Security Annotator tool (SecAnnotate.exe) is a command-line application
SecAnnotate.exe [parameters] [assemblies]
```

#### Parameters
## Parameters

|Option|Description|
|------------|-----------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/tools/signtool-exe.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Sign Tool is a command-line tool that digitally signs files, verifies signatures
signtool [command] [options] [file_name | ...]
```

#### Parameters
## Parameters

|Argument|Description|
|--------------|-----------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/tools/sn-exe-strong-name-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Strong Name tool (Sn.exe) helps sign assemblies with [strong names](../../..
sn [-quiet][option [parameter(s)]]
```

#### Parameters
## Parameters

|Option|Description|
|------------|-----------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/tools/storeadm-exe-isolated-storage-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Isolated Storage tool lists or removes all existing stores for the current u
storeadm [/list][/machine][/remove][/roaming][/quiet]
```

#### Parameters
## Parameters

|Option|Description|
|------------|-----------------|
Expand Down
Loading