Utilities.IsManagedAssembly(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A helper to check whether a DLL is a managed assembly.
public:
static bool IsManagedAssembly(System::String ^ assemblyPath);
public static bool IsManagedAssembly (string assemblyPath);
static member IsManagedAssembly : string -> bool
Public Function IsManagedAssembly (assemblyPath As String) As Boolean
Parameters
- assemblyPath
- String
The path to the assembly.
Returns
True if a managed assembly.