System.Deployment.Internal.InternalApplicationIdentityHelper.GetInternalAppId C# (CSharp) Méthode

GetInternalAppId() private méthode

private GetInternalAppId ( ApplicationIdentity id ) : object
id System.ApplicationIdentity
Résultat object
		public static object GetInternalAppId (ApplicationIdentity id)
		{
			throw new NotImplementedException ();
		}
	}
InternalApplicationIdentityHelper