public virtual bool TryGetValue(global::Compatlib.System.String n1, global::Compatlib.System.Integer n2) { //XMLVM_BEGIN_WRAPPER[Compatlib.System.IO.IsolatedStorage.IsolatedStorageSettings: boolean TryGetValue(Compatlib.System.String, Compatlib.System.Integer)] int temp; bool ret = applicationSettings.TryGetValue(org.xmlvm._nUtil.toNativeString((java.lang.String)n1.toString()), out temp); n2.integer = temp; return(ret); //XMLVM_END_WRAPPER[Compatlib.System.IO.IsolatedStorage.IsolatedStorageSettings: boolean TryGetValue(Compatlib.System.String, Compatlib.System.Integer)] }
public static global::System.Object Show(global::Compatlib.System.String n1) { //XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.MessageBox: Compatlib.System.Windows.MessageBoxResult Show(Compatlib.System.String)] global::System.Windows.MessageBoxResult nativeResult = global::System.Windows.MessageBox.Show(org.xmlvm._nUtil.toNativeString((java.lang.String)n1.toString())); MessageBoxResult result = new MessageBoxResult(); result.messageBoxResult = nativeResult; return(result); //XMLVM_END_WRAPPER[Compatlib.System.Windows.MessageBox: Compatlib.System.Windows.MessageBoxResult Show(Compatlib.System.String)] }