Created
February 20, 2012 14:21
Revisions
-
andywhitt created this gist
Feb 20, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ 441 RegTestApp stat /Users/andy/.mono/registry 441 RegTestApp stat /Applications/RegTestApp.app/Contents/MonoBundle/mono/4.0/../registry 441 RegTestApp stat /Applications/RegTestApp.app/Contents/MonoBundle/mono/4.0/../registry/LocalMachine 441 RegTestApp stat /Applications/RegTestApp.app/Contents/MonoBundle/mono/4.0/../registry/volatile-keys/LocalMachine 441 RegTestApp stat /Applications/RegTestApp.app/Contents/MonoBundle/mono/4.0/../registry/LocalMachine 441 RegTestApp stat /Applications/RegTestApp.app/Contents/MonoBundle/mono/4.0/../registry/LocalMachine 441 RegTestApp stat /Applications/RegTestApp.app/Contents/MonoBundle/mono/registry 441 RegTestApp stat /Applications/RegTestApp.app/Contents/MonoBundle/mono/registry 441 RegTestApp stat /Applications/RegTestApp.app/Contents/MonoBundle/mono 441 RegTestApp stat /Applications/RegTestApp.app/Contents/MonoBundle/mono 441 RegTestApp stat /Applications/RegTestApp.app/Contents/MonoBundle 441 RegTestApp mkdir /Applications/RegTestApp.app/Contents/MonoBundle/mono Caused by: using MonoMac.AppKit; namespace RegTestApp { class MainClass { static void Main (string [] args) { NSApplication.Init (); Microsoft.Win32.Registry.GetValue (@"HKEY_LOCAL_MACHINE\Software\MyCompany", "Logging", 0); NSApplication.Main (args); } } }