зеркало из https://github.com/xamarin/ios-samples.git
027e4bee00
* Update XMBindingLibrarySample.csproj * Delete .gitignore * added `AllowUnsafeBlocks` to library |
||
---|---|---|
.. | ||
Resources | ||
ViewControllers | ||
AppDelegate.cs | ||
Info.plist | ||
Main.cs | ||
README.md | ||
XMBindingLibrarySample.csproj |
README.md
XMBindingLibrarySample Sample Application
This project contains our Xamarin.iOS sample. It has a reference to XMBindingLibrary.dll and makes calls to our native library written in Objective-C from C#.
Example:
var utility = new XMUtilities();
var result = utility.Hello("Developer");
Console.WriteLine(result);