Autodesk Vault ProfessionalVault API

GetAllLoadedExtensionResolvePaths Method

Autodesk.Connectivity.Extensibility.FrameworkExtensionLoader

Returns a list of resolve paths for all loaded extensions.

Syntax

public System.Collections.Generic.IEnumerable<string> GetAllLoadedExtensionResolvePaths()
Public Function GetAllLoadedExtensionResolvePaths() As System.Collections.Generic.IEnumerable(Of String)

Return Value

The list of resolve paths for all loaded extensions.

See Also