Method MakeDllName
MakeDllName(string)
Constructs a conventional shared library file name by wrapping the specified
name in DllPrefix and DllSuffix.public static string MakeDllName(string name)
Parameters
namestring- The name of the shared library.