RegAsmOptions Class

[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).

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class RegAsmOptions
'Usage
Dim instance As RegAsmOptions
[SerializableAttribute]
public sealed class RegAsmOptions
[SerializableAttribute]
public ref class RegAsmOptions sealed
public final class RegAsmOptions
[<SealedAttribute>]
[<SerializableAttribute>]
type RegAsmOptions =  class end

Remarks

The Assembly Registration tool (Regasm.exe) reads the metadata in an assembly and adds the necessary entries to the registry, which enables COM clients to create .NET Framework classes transparently. When a class has been registered, any COM client can use the class as if it were a COM class. The class is registered only one time, when the assembly is installed. Instances of classes in the assembly cannot be created from COM until they are registered.

Inheritance Hierarchy

System.Object
  RegCode.RegAsmOptions

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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 Members

RegCode Namespace