AVEVA CAF API Documenation

Interface requested
name
GetImplementationOf<T>(String) Method
Return named implementation of desired interface
Syntax
public static T GetImplementationOf<T>( 
   string name
)
where T: class
public:
static T^ GetImplementationOfgeneric<typename T>
( 
   String^ name
) 
where T: ref class

Parameters

name
name

Type Parameters

T
Interface requested

Return Value

Implementation of requested interface
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also