System.ComponentModel.InstallerTypeAttribute.InstallerTypeAttribute C# (CSharp) 메소드

InstallerTypeAttribute() 공개 메소드

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

Same methods

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