ReflectionCallHelper.IsApplicationAssemblyLoaded(Assembly) 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.
public:
static bool IsApplicationAssemblyLoaded(System::Reflection::Assembly ^ assembly);
public static bool IsApplicationAssemblyLoaded (System.Reflection.Assembly assembly);
static member IsApplicationAssemblyLoaded : System.Reflection.Assembly -> bool
Public Function IsApplicationAssemblyLoaded (assembly As Assembly) As Boolean
Parameters
- assembly
- Assembly