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

InstallerTypeAttribute() public method

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

Same methods

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