| CTI32 Engine Class Library |
|
DllManager.GetDllNameFromCacheName Method
Gets The Original Path The Cached DLL came From
[Visual Basic]
Public Shared Function GetDllNameFromCacheName( _
ByVal
cacheName As
String _
) As
String
[C#]
public static
string GetDllNameFromCacheName(
string cacheName);
Parameters
-
cacheName
-
Return Value
See Also
DllManager Class | CTI32Engine Namespace