Top "Runtime" questions

Runtime is the time during which a program is running (executing)

Run-time registration with Autofac

While discussing Autofac with a colleague, the issue of run-time registration of dependencies arose. In Prism, for instance, assemblies are …

runtime prism autofac
On Qt, how to change the icon of an action in the toolbar at runtime?

In a program which calculates abritary precision numbers. I have an action on the taskbar. QAction* button_stop_continue. I've …

c++ qt icons runtime qtoolbar
C# How to dump all variables & current values during runtime

Are there any in-built or 3rd party libraries that allow you to simply dump all variables in memory during run …

c# variables runtime dump
get the annotation information at runtime

I wonder if there is any way I can get the annotation information of a class at runtime? Since I …

java annotations runtime hibernate-search
ASP.NET machinekey set keys in code

I want to adjust the machine keys dynamically in code during runtime, for an IIS hosted ASP.NET MVC 4 website. …

c# asp.net runtime machinekey
How to set skin at runtime in Flex 4

I have a bunch of custom controls based on a SkinnableContainer. When adding the control at design time, I can …

runtime flex4 skin gumbo
Replace content of some methods at runtime

I would like to replace the content of some methods at runtime. I know I can use javassist for this …

java playframework runtime classloader javassist
Why am I getting a generic constraint violation at runtime?

I'm getting the following exception while trying to create a new instance of a class that heavily relies on generics: …

c# .net generics runtime type-constraints
Hiding the status and navigation bars immediately in app launch

I was wondering if there is a way to hide an Android device's soft keys (status and navigation bars) right …

android runtime launch android-statusbar android-navigation-bar
call method at runtime

I am wondering if it is possible to load a .net DLL at runtime, view the methods available and execute …

c# runtime invocation