pinvoke - setting the system time with C#.NET without using kernel32.dll -
is there way set system time in c#.net without using kernel32.dll?
i'm on 64 bit system , calling set time function seems return "false" me.
the .net framework not concern low level system management concerns of nature.
the problem here cannot ask question without telling why matters you, people can contextualise answer without having psychic.
why need this? quicker? worried dll might not on system :d
one way of finding out use reflector (get while it's hot) kernel32 method name- chances whatever wrapping using p/invoke and, unless they're paying silly buggers use same name wrapper stub.
Comments
Post a Comment