ios-samples/BindingSample/XMBindingLibrary
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Properties Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
ApiDefinition.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
BindingActions.targets Updated the 'BindingSample' sample (#339) 2019-01-16 09:51:51 -08:00
Extras.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
README.md Updated the 'BindingSample' sample (#339) 2019-01-16 09:51:51 -08:00
Structs.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
XMBindingLibrary.csproj Fixed binding sample (#350) 2019-01-17 08:58:53 -08:00

README.md

XMBindingLibrary Binding Project

This project contains the following items:

  • Extras.cs
    This is where we define the partial types for our interface definitions.
  • ApiDefinition.cs
    The API definition file which contains the interfaces which have been attributed to drive the binding.
  • Structs.cs
    The enumerations and structs file which contains any non Objective-C types.
  • BindingActions.targets
    The MSBuild targets file that will make sure the native library is built before trying to bind it.

Building the Binding Library

The resulting assembly is created using Native References and will automatically embed the native library in your application.