InstantiateExtensionType<T> Method
In This Topic
Syntax
'Declaration
Function InstantiateExtensionType(Of As Class)( _
ByVal As String, _
ByVal As String _
) As
InstantiateExtensionType<>(
string ,
string
)
where T: class
InstantiateExtensionTypegeneric<typename >
(
String^ ,
String^
)
where T: ref class
Parameters
- assemblyFileName
- typeName
Type Parameters
- T
See Also