RegAsmOptions Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

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

Specifies the options for the Assembly Registration tool (Regasm.exe).

The RegAsmOptions type exposes the following members.

Constructors

  Name Description
Public method RegAsmOptions Initializes a new instance of the RegAsmOptions class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Fields

  Name Description
Public field m_bNoLogo Indicates whether the Microsoft startup banner is displayed.
Public field m_bRegFileSpecified Indicates whether a .reg file has been specified for the assembly.
Public field m_bRegister Indicates whether the Assembly Registration tool (Regasm.exe) will refer only to type libraries that have already been registered.
Public field m_bSetCodeBase Indicates whether a Codebase entry is created in the registry.
Public field m_bSilentMode Indicates whether success messages are displayed.
Public field m_bTypeLibSpecified Indicates whether a type library has been specified.
Public field m_bVerboseMode Indicates whether verbose mode is specified.
Public field m_Flags Indicates how a type library should be produced.
Public field m_strAssemblyName Specifies the full path to the assembly to load.
Public field m_strRegFileName Specifies the name of the assembly file.
Public field m_strTypeLibName Specifies the name of the type library.

Top

See Also

Reference

RegAsmOptions Class

RegCode Namespace