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
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="InternalApplicationIdentityHelper" FullName="System.Deployment.Internal.InternalApplicationIdentityHelper">
<TypeSignature Language="C#" Value="public static class InternalApplicationIdentityHelper" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit InternalApplicationIdentityHelper extends System.Object" />
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(false)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides access to internal properties of an <see cref="T:System.ApplicationIdentity" /> object.</para>
</summary>
</Docs>
<Members>
<Member MemberName="GetActivationContextData">
<MemberSignature Language="C#" Value="public static object GetActivationContextData (ActivationContext appInfo);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appInfo" Type="System.ActivationContext" />
</Parameters>
<Docs>
<param name="appInfo">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetInternalAppId">
<MemberSignature Language="C#" Value="public static object GetInternalAppId (ApplicationIdentity id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig object GetInternalAppId(class System.ApplicationIdentity id) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="id" Type="System.ApplicationIdentity" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets an <format type="text/html"><a href="e72f2550-bdec-4a20-a2f4-2e14847266c1">IDefinitionAppId Interface</a></format> representing the unique identifier of an <see cref="T:System.ApplicationIdentity" /> object.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The unique identifier held by the <see cref="T:System.ApplicationIdentity" /> object.</para>
</returns>
<param name="id">
<attribution license="cc4" from="Microsoft" modified="false" />The object from which to extract the identifier.</param>
</Docs>
</Member>
</Members>
</Type>
|