Method SetMyDllImportResolver
SetMyDllImportResolver(Type, string)
Sets DllImport resolver using the specified method of the given type.
public static bool SetMyDllImportResolver(Type type, string methodName)
Parameters
typeTypeThe type whose method will be used as a DllImport resolver
methodNamestringThe name of the method to use as a DllImport resolver