зеркало из https://github.com/xamarin/ios-samples.git
c48c4d648c
The new .editorconfig is copied from the one in xamarin/xamarin-macios. Formatting was fixed using 'dotnet format whitespace --folder .' |
||
---|---|---|
.. | ||
Properties | ||
ApiDefinition.cs | ||
BindingActions.targets | ||
Extras.cs | ||
README.md | ||
Structs.cs | ||
XMBindingLibrary.csproj |
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.