HostUtils.IsManagedDll Method

HostUtilsIsManagedDll Method

Inspects a dll to see if it is compiled as native code or as a .NET assembly

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool IsManagedDll(
	string path
)
Public Shared Function IsManagedDll ( 
	path As String
) As Boolean

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Rhino.Runtime.HostUtils.IsManagedDll(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Runtime.HostUtils.IsManagedDll(System.String)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also