System.ComponentModel.InstallerTypeAttribute.InstallerTypeAttribute C# (CSharp) Méthode

InstallerTypeAttribute() public méthode

public InstallerTypeAttribute ( Type installerType ) : System.Diagnostics
installerType System.Type
Résultat System.Diagnostics
        public InstallerTypeAttribute(Type installerType) {
            _typeName = installerType.AssemblyQualifiedName;
        }

Same methods

InstallerTypeAttribute::InstallerTypeAttribute ( string typeName ) : System.Diagnostics