Autodesk Vault ProfessionalVault API

LoadExtensions<T>() Method

Autodesk.Connectivity.Extensibility.FrameworkExtensionLoader

Locate all the Extensions of a given type and load them into memory.

Syntax

public System.Collections.Generic.ICollection<Extension<T>> LoadExtensions<T>()
where T: class
Public Overloads Function LoadExtensions(Of T As Class)() As System.Collections.Generic.ICollection(Of Extension(Of T))

Return Value

A collection of all matching Extension or an empty collection of there are no matches.

See Also