| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- <?xml version="1.0" encoding="utf-8"?>
- <Type Name="RuntimeOps" FullName="System.Runtime.CompilerServices.RuntimeOps">
- <TypeSignature Language="C#" Value="public static class RuntimeOps" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit RuntimeOps extends System.Object" />
- <AssemblyInfo>
- <AssemblyName>System.Core</AssemblyName>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Base>
- <BaseTypeName>System.Object</BaseTypeName>
- </Base>
- <Interfaces />
- <Attributes>
- <Attribute>
- <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Diagnostics.DebuggerStepThrough</AttributeName>
- </Attribute>
- </Attributes>
- <Docs>
- <remarks>To be added.</remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Contains helper methods called from dynamically generated methods.</para>
- </summary>
- </Docs>
- <Members>
- <Member MemberName="CreateRuntimeVariables">
- <MemberSignature Language="C#" Value="public static System.Runtime.CompilerServices.IRuntimeVariables CreateRuntimeVariables ();" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Runtime.CompilerServices.IRuntimeVariables CreateRuntimeVariables() cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Attributes>
- <Attribute>
- <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Obsolete("do not use this method", true)</AttributeName>
- </Attribute>
- </Attributes>
- <ReturnValue>
- <ReturnType>System.Runtime.CompilerServices.IRuntimeVariables</ReturnType>
- </ReturnValue>
- <Parameters />
- <Docs>
- <remarks>To be added.</remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Creates an interface that can be used to modify closed over variables at runtime.</para>
- </summary>
- <returns>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>An interface to access variables.</para>
- </returns>
- </Docs>
- </Member>
- <Member MemberName="CreateRuntimeVariables">
- <MemberSignature Language="C#" Value="public static System.Runtime.CompilerServices.IRuntimeVariables CreateRuntimeVariables (object[] data, long[] indexes);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Runtime.CompilerServices.IRuntimeVariables CreateRuntimeVariables(object[] data, int64[] indexes) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Attributes>
- <Attribute>
- <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Obsolete("do not use this method", true)</AttributeName>
- </Attribute>
- </Attributes>
- <ReturnValue>
- <ReturnType>System.Runtime.CompilerServices.IRuntimeVariables</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="data" Type="System.Object[]" />
- <Parameter Name="indexes" Type="System.Int64[]" />
- </Parameters>
- <Docs>
- <remarks>To be added.</remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Creates an interface that can be used to modify closed over variables at runtime.</para>
- </summary>
- <returns>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>An interface to access variables.</para>
- </returns>
- <param name="data">
- <attribution license="cc4" from="Microsoft" modified="false" />The closure array.</param>
- <param name="indexes">
- <attribution license="cc4" from="Microsoft" modified="false" />An array of indicies into the closure array where variables are found.</param>
- </Docs>
- </Member>
- <Member MemberName="ExpandoCheckVersion">
- <MemberSignature Language="C#" Value="public static bool ExpandoCheckVersion (System.Dynamic.ExpandoObject expando, object version);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool ExpandoCheckVersion(class System.Dynamic.ExpandoObject expando, object version) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Attributes>
- <Attribute>
- <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Obsolete("do not use this method", true)</AttributeName>
- </Attribute>
- </Attributes>
- <ReturnValue>
- <ReturnType>System.Boolean</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="expando" Type="System.Dynamic.ExpandoObject" />
- <Parameter Name="version" Type="System.Object" />
- </Parameters>
- <Docs>
- <remarks>To be added.</remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Checks the version of the Expando object.</para>
- </summary>
- <returns>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Returns true if the version is equal; otherwise, false.</para>
- </returns>
- <param name="expando">
- <attribution license="cc4" from="Microsoft" modified="false" />The Expando object.</param>
- <param name="version">
- <attribution license="cc4" from="Microsoft" modified="false" />The version to check.</param>
- </Docs>
- </Member>
- <Member MemberName="ExpandoPromoteClass">
- <MemberSignature Language="C#" Value="public static void ExpandoPromoteClass (System.Dynamic.ExpandoObject expando, object oldClass, object newClass);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig void ExpandoPromoteClass(class System.Dynamic.ExpandoObject expando, object oldClass, object newClass) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Attributes>
- <Attribute>
- <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Obsolete("do not use this method", true)</AttributeName>
- </Attribute>
- </Attributes>
- <ReturnValue>
- <ReturnType>System.Void</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="expando" Type="System.Dynamic.ExpandoObject" />
- <Parameter Name="oldClass" Type="System.Object" />
- <Parameter Name="newClass" Type="System.Object" />
- </Parameters>
- <Docs>
- <remarks>To be added.</remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Promotes an Expando object from one class to a new class.</para>
- </summary>
- <param name="expando">
- <attribution license="cc4" from="Microsoft" modified="false" />The Expando object.</param>
- <param name="oldClass">
- <attribution license="cc4" from="Microsoft" modified="false" />The old class of the Expando object.</param>
- <param name="newClass">
- <attribution license="cc4" from="Microsoft" modified="false" />The new class of the Expando object.</param>
- </Docs>
- </Member>
- <Member MemberName="ExpandoTryDeleteValue">
- <MemberSignature Language="C#" Value="public static bool ExpandoTryDeleteValue (System.Dynamic.ExpandoObject expando, object indexClass, int index, string name, bool ignoreCase);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool ExpandoTryDeleteValue(class System.Dynamic.ExpandoObject expando, object indexClass, int32 index, string name, bool ignoreCase) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Attributes>
- <Attribute>
- <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Obsolete("do not use this method", true)</AttributeName>
- </Attribute>
- </Attributes>
- <ReturnValue>
- <ReturnType>System.Boolean</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="expando" Type="System.Dynamic.ExpandoObject" />
- <Parameter Name="indexClass" Type="System.Object" />
- <Parameter Name="index" Type="System.Int32" />
- <Parameter Name="name" Type="System.String" />
- <Parameter Name="ignoreCase" Type="System.Boolean" />
- </Parameters>
- <Docs>
- <remarks>To be added.</remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Deletes the value of an item in an expando object.</para>
- </summary>
- <returns>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>true if the item was successfully removed; otherwise, false.</para>
- </returns>
- <param name="expando">
- <attribution license="cc4" from="Microsoft" modified="false" />The expando object.</param>
- <param name="indexClass">
- <attribution license="cc4" from="Microsoft" modified="false" />The class of the expando object.</param>
- <param name="index">
- <attribution license="cc4" from="Microsoft" modified="false" />The index of the member.</param>
- <param name="name">
- <attribution license="cc4" from="Microsoft" modified="false" />The name of the member.</param>
- <param name="ignoreCase">
- <attribution license="cc4" from="Microsoft" modified="false" />true if the name should be matched ignoring case; false otherwise.</param>
- </Docs>
- </Member>
- <Member MemberName="ExpandoTryGetValue">
- <MemberSignature Language="C#" Value="public static bool ExpandoTryGetValue (System.Dynamic.ExpandoObject expando, object indexClass, int index, string name, bool ignoreCase, out object value);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool ExpandoTryGetValue(class System.Dynamic.ExpandoObject expando, object indexClass, int32 index, string name, bool ignoreCase, object value) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Attributes>
- <Attribute>
- <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Obsolete("do not use this method", true)</AttributeName>
- </Attribute>
- </Attributes>
- <ReturnValue>
- <ReturnType>System.Boolean</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="expando" Type="System.Dynamic.ExpandoObject" />
- <Parameter Name="indexClass" Type="System.Object" />
- <Parameter Name="index" Type="System.Int32" />
- <Parameter Name="name" Type="System.String" />
- <Parameter Name="ignoreCase" Type="System.Boolean" />
- <Parameter Name="value" Type="System.Object&" RefType="out" />
- </Parameters>
- <Docs>
- <param name="expando">To be added.</param>
- <param name="indexClass">To be added.</param>
- <param name="index">To be added.</param>
- <param name="name">To be added.</param>
- <param name="ignoreCase">To be added.</param>
- <param name="value">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- <Member MemberName="ExpandoTrySetValue">
- <MemberSignature Language="C#" Value="public static object ExpandoTrySetValue (System.Dynamic.ExpandoObject expando, object indexClass, int index, object value, string name, bool ignoreCase);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig object ExpandoTrySetValue(class System.Dynamic.ExpandoObject expando, object indexClass, int32 index, object value, string name, bool ignoreCase) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Attributes>
- <Attribute>
- <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Obsolete("do not use this method", true)</AttributeName>
- </Attribute>
- </Attributes>
- <ReturnValue>
- <ReturnType>System.Object</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="expando" Type="System.Dynamic.ExpandoObject" />
- <Parameter Name="indexClass" Type="System.Object" />
- <Parameter Name="index" Type="System.Int32" />
- <Parameter Name="value" Type="System.Object" />
- <Parameter Name="name" Type="System.String" />
- <Parameter Name="ignoreCase" Type="System.Boolean" />
- </Parameters>
- <Docs>
- <remarks>To be added.</remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Sets the value of an item in an expando object.</para>
- </summary>
- <returns>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Returns the index for the set member.</para>
- </returns>
- <param name="expando">
- <attribution license="cc4" from="Microsoft" modified="false" />The expando object.</param>
- <param name="indexClass">
- <attribution license="cc4" from="Microsoft" modified="false" />The class of the expando object.</param>
- <param name="index">
- <attribution license="cc4" from="Microsoft" modified="false" />The index of the member.</param>
- <param name="value">
- <attribution license="cc4" from="Microsoft" modified="false" />The value of the member.</param>
- <param name="name">
- <attribution license="cc4" from="Microsoft" modified="false" />The name of the member.</param>
- <param name="ignoreCase">
- <attribution license="cc4" from="Microsoft" modified="false" />true if the name should be matched ignoring case; false otherwise.</param>
- </Docs>
- </Member>
- <Member MemberName="MergeRuntimeVariables">
- <MemberSignature Language="C#" Value="public static System.Runtime.CompilerServices.IRuntimeVariables MergeRuntimeVariables (System.Runtime.CompilerServices.IRuntimeVariables first, System.Runtime.CompilerServices.IRuntimeVariables second, int[] indexes);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Runtime.CompilerServices.IRuntimeVariables MergeRuntimeVariables(class System.Runtime.CompilerServices.IRuntimeVariables first, class System.Runtime.CompilerServices.IRuntimeVariables second, int32[] indexes) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Attributes>
- <Attribute>
- <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Obsolete("do not use this method", true)</AttributeName>
- </Attribute>
- </Attributes>
- <ReturnValue>
- <ReturnType>System.Runtime.CompilerServices.IRuntimeVariables</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="first" Type="System.Runtime.CompilerServices.IRuntimeVariables" />
- <Parameter Name="second" Type="System.Runtime.CompilerServices.IRuntimeVariables" />
- <Parameter Name="indexes" Type="System.Int32[]" />
- </Parameters>
- <Docs>
- <remarks>To be added.</remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Combines two runtime variable lists and returns a new list.</para>
- </summary>
- <returns>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>The merged runtime variables.</para>
- </returns>
- <param name="first">
- <attribution license="cc4" from="Microsoft" modified="false" />The first list.</param>
- <param name="second">
- <attribution license="cc4" from="Microsoft" modified="false" />The second list.</param>
- <param name="indexes">
- <attribution license="cc4" from="Microsoft" modified="false" />The index array indicating which list to get variables from.</param>
- </Docs>
- </Member>
- <Member MemberName="Quote">
- <MemberSignature Language="C#" Value="public static System.Linq.Expressions.Expression Quote (System.Linq.Expressions.Expression expression, object hoistedLocals, object[] locals);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Linq.Expressions.Expression Quote(class System.Linq.Expressions.Expression expression, object hoistedLocals, object[] locals) cil managed" />
- <MemberType>Method</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Attributes>
- <Attribute>
- <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Obsolete("do not use this method", true)</AttributeName>
- </Attribute>
- </Attributes>
- <ReturnValue>
- <ReturnType>System.Linq.Expressions.Expression</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="expression" Type="System.Linq.Expressions.Expression" />
- <Parameter Name="hoistedLocals" Type="System.Object" />
- <Parameter Name="locals" Type="System.Object[]" />
- </Parameters>
- <Docs>
- <remarks>To be added.</remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Quotes the provided expression tree.</para>
- </summary>
- <returns>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>The quoted expression.</para>
- </returns>
- <param name="expression">
- <attribution license="cc4" from="Microsoft" modified="false" />The expression to quote.</param>
- <param name="hoistedLocals">
- <attribution license="cc4" from="Microsoft" modified="false" />The hoisted local state provided by the compiler.</param>
- <param name="locals">
- <attribution license="cc4" from="Microsoft" modified="false" />The actual hoisted local values.</param>
- </Docs>
- </Member>
- </Members>
- </Type>
|