System.ComponentModel.InstallerTypeAttribute.InstallerTypeAttribute C# (CSharp) Method

InstallerTypeAttribute() public method

public InstallerTypeAttribute ( string typeName ) : System.Diagnostics
typeName string
return System.Diagnostics
        public InstallerTypeAttribute(string typeName) {
            _typeName = typeName;
        }

Same methods

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