System.Deployment.Internal.Isolation.StoreApplicationReference.StoreApplicationReference C# (CSharp) Méthode

StoreApplicationReference() public méthode

public StoreApplicationReference ( Guid RefScheme, string Id, string NcData ) : System
RefScheme Guid
Id string
NcData string
Résultat System
        public StoreApplicationReference(Guid RefScheme, string Id, string NcData)
        {
            this.Size = (uint) Marshal.SizeOf(typeof(StoreApplicationReference));
            this.Flags = RefFlags.Nothing;
            this.GuidScheme = RefScheme;
            this.Identifier = Id;
            this.NonCanonicalData = NcData;
        }