TypeLibConverter.GetPrimaryInteropAssembly Method

Definition

Gets the name and code base of a primary interop assembly for a specified type library.

public bool GetPrimaryInteropAssembly (Guid g, int major, int minor, int lcid, out string asmName, out string asmCodeBase);

Parameters

g
Guid

The GUID of the type library.

major
Int32

The major version number of the type library.

minor
Int32

The minor version number of the type library.

lcid
Int32

The LCID of the type library.

asmName
String

On successful return, the name of the primary interop assembly associated with g.

asmCodeBase
String

On successful return, the code base of the primary interop assembly associated with g.

Returns

true if the primary interop assembly was found in the registry; otherwise false.

Implements

Applies to

Produkt Versjoner
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1