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

InstallerTypeAttribute() public méthode

public InstallerTypeAttribute ( string typeName ) : System.Diagnostics
typeName string
Résultat System.Diagnostics
        public InstallerTypeAttribute(string typeName) {
            _typeName = typeName;
        }

Same methods

InstallerTypeAttribute::InstallerTypeAttribute ( Type installerType ) : System.Diagnostics