Table of Contents

Method SetMyDllImportResolver

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetMyDllImportResolver(Type, string)

Sets DllImport resolver using the specified method of the given type.

public static bool SetMyDllImportResolver(Type type, string methodName)

Parameters

type Type

The type whose method will be used as a DllImport resolver

methodName string

The name of the method to use as a DllImport resolver

Returns

bool