You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.179
Former-commit-id: a536d4f20e27294d8bbc2184d75f3a22364f7ba1
This commit is contained in:
parent
966bba02bb
commit
fad71374d0
123
external/api-doc-tools/mdoc/Test/en.expected.importecmadoc/System/Environment.xml
vendored
Normal file
123
external/api-doc-tools/mdoc/Test/en.expected.importecmadoc/System/Environment.xml
vendored
Normal file
@@ -0,0 +1,123 @@
|
||||
<Type Name="Environment" FullName="System.Environment">
|
||||
<TypeSignature Language="C#" Value="public static class Environment" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit Environment extends System.Object" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>DocTest</AssemblyName>
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Object</BaseTypeName>
|
||||
</Base>
|
||||
<Interfaces />
|
||||
<Docs>
|
||||
<summary>
|
||||
<para> Provides the current settings for, and information about, the execution environment.</para>
|
||||
</summary>
|
||||
<remarks>
|
||||
<block subset="none" type="note">
|
||||
<para>Use this class to retrieve the following
|
||||
information:</para>
|
||||
<list type="bullet">
|
||||
<item>
|
||||
<term>Command line arguments</term>
|
||||
</item>
|
||||
<item>
|
||||
<term>Exit codes</term>
|
||||
</item>
|
||||
<item>
|
||||
<term>Environment variable settings</term>
|
||||
</item>
|
||||
<item>
|
||||
<term>Contents of the call stack</term>
|
||||
</item>
|
||||
<item>
|
||||
<term>Time since last system boot</term>
|
||||
</item>
|
||||
<item>
|
||||
<term>Version of the execution engine</term>
|
||||
</item>
|
||||
</list>
|
||||
</block>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Members>
|
||||
<Member MemberName="GetFolderPath">
|
||||
<MemberSignature Language="C#" Value="public static string GetFolderPath (Environment.SpecialFolder folder);" />
|
||||
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string GetFolderPath(valuetype System.Environment/SpecialFolder folder) cil managed" />
|
||||
<MemberType>Method</MemberType>
|
||||
<AssemblyInfo>
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.String</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="folder" Type="System.Environment+SpecialFolder" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="folder">
|
||||
<para>A <see cref="T:System.Environment+SpecialFolder" />.</para>
|
||||
</param>
|
||||
<summary>
|
||||
<para> Returns the arguments specified on the command
|
||||
line.</para>
|
||||
</summary>
|
||||
<returns>
|
||||
<para> Returns a <see cref="T:System.String" /> array. Each <see cref="T:System.String" /> in the array
|
||||
contains a single command line argument.</para>
|
||||
</returns>
|
||||
<remarks>
|
||||
<para>The first element in the array contains the filename of
|
||||
the executing program. If the filename is not available, the first element is
|
||||
equal to <see cref="F:System.String.Empty" />. The remaining elements contain any additional tokens
|
||||
entered on the command line.</para>
|
||||
<block subset="none" type="note">
|
||||
<para>The program filename can, but is not required to,
|
||||
include path information.</para>
|
||||
<para>To obtain the command line as a single <see cref="T:System.String" />, use the <see cref="P:System.Environment.CommandLine" />
|
||||
property.</para>
|
||||
</block>
|
||||
</remarks>
|
||||
<exception cref="T:System.NotSupportedException">To be added; from:
|
||||
<see cref="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)" /></exception>
|
||||
<exception cref="T:System.ArgumentException">foo</exception>
|
||||
<permission cref="T:System.SomePermission">bar</permission>
|
||||
<altmember cref="T:System.SomeMember">alt member</altmember>
|
||||
<seealso cref="T:System.SomeMember">another member</seealso>
|
||||
<unrecognized attribute="a-ko">should be appended to new docs</unrecognized>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="IsAligned<T>">
|
||||
<MemberSignature Language="C#" Value="public static bool IsAligned<T> (this T[] vect, int index) where T : struct;" />
|
||||
<MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsAligned<struct .ctor (class System.ValueType) T>(!!T[] vect, int32 index) cil managed" />
|
||||
<MemberType>Method</MemberType>
|
||||
<AssemblyInfo>
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Boolean</ReturnType>
|
||||
</ReturnValue>
|
||||
<TypeParameters>
|
||||
<TypeParameter Name="T">
|
||||
<Constraints>
|
||||
<ParameterAttribute>DefaultConstructorConstraint</ParameterAttribute>
|
||||
<ParameterAttribute>NotNullableValueTypeConstraint</ParameterAttribute>
|
||||
<BaseTypeName>System.ValueType</BaseTypeName>
|
||||
</Constraints>
|
||||
</TypeParameter>
|
||||
</TypeParameters>
|
||||
<Parameters>
|
||||
<Parameter Name="vect" Type="T[]" RefType="this" />
|
||||
<Parameter Name="index" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<typeparam name="T">To be added.</typeparam>
|
||||
<param name="vect">To be added.</param>
|
||||
<param name="index">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
Reference in New Issue
Block a user