RegAsmOptions.m_bSilentMode Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Indicates whether success messages are displayed.

Namespace:  RegCode
Assembly:  Regcode (in Regcode.dll)

Syntax

'Declaration
Public m_bSilentMode As Boolean
'Usage
Dim instance As RegAsmOptions
Dim value As Boolean

value = instance.m_bSilentMode

instance.m_bSilentMode = value
public bool m_bSilentMode
public:
bool m_bSilentMode
public var m_bSilentMode : boolean
val mutable m_bSilentMode: bool

Remarks

When the value of this field is true, the Assembly Registration tool (Regasm.exe) suppresses the display of success messages.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 1.1, 1.0

See Also

Reference

RegAsmOptions Class

RegAsmOptions Members

RegCode Namespace