using System; using System.Runtime.InteropServices; namespace System.Deployment.Internal { /// Provides access to internal properties of an object. // Token: 0x02000149 RID: 329 [ComVisible(false)] public static class InternalApplicationIdentityHelper { // Token: 0x060010C8 RID: 4296 RVA: 0x00044E48 File Offset: 0x00043048 [MonoTODO("2.0 SP1 member")] public static object GetActivationContextData(ActivationContext appInfo) { throw new NotImplementedException(); } /// Gets an IDefinitionAppId Interface representing the unique identifier of an object. /// The unique identifier held by the object. /// The object from which to extract the identifier. // Token: 0x060010C9 RID: 4297 RVA: 0x00044E50 File Offset: 0x00043050 [MonoTODO] public static object GetInternalAppId(ApplicationIdentity id) { throw new NotImplementedException(); } } }