UtilReflectionIsNetAssembly Method
Determines whether an exe/dll file is an .NET assembly.
Namespace: DevCase.Core.Diagnostics.Assembly.ReflectionAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsNetAssembly(
string filepath
)
Public Shared Function IsNetAssembly (
filepath As String
) As Boolean
Dim filepath As String
Dim returnValue As Boolean
returnValue = UtilReflection.IsNetAssembly(filepath)
public:
static bool IsNetAssembly(
String^ filepath
)
static member IsNetAssembly :
filepath : string -> bool
No code example is currently available or this language may not be supported.
- filepath String
-
The file to examine.
Boolean if the file is a .NET assembly; otherwise,
.
This is a code example.
No code example is currently available or this language may not be supported.
Dim isNetAssembly As Boolean = IsNetAssembly("C:\Assembly.dll")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.