Table of Contents

Method MakeDllName

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

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

name string
The name of the shared library.

Returns

string