Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetPrecompiledAssemblyPathFromAssemblyName(string)

Returns the Assembly file path from an assembly name. Returns null if there is no Precompiled Assembly name match.
Read time 1 minuteLast updated 10 days ago

Definition

public static string GetPrecompiledAssemblyPathFromAssemblyName(string assemblyName)

Parameters

assemblyName

Assembly name.

Returns

Type

Description

stringFile path of precompiled assembly.