unfortunaly no :( same error this is where i am in the moment : myType = SampleAssembly->GetType("Memory.What"); myObj = System::Activator::CreateInstance( myType ); System::Reflection::MethodInfo^ mi = myType->GetMethod("Ver"); mi->Invoke(myObj , nullptr ); so i can call the methode but its not to elegant there muss by some other way so that i can call it like : LoadedDLL->Ver();