This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Xamarin.Binding.Util.
Summary
Finds members of types in an assembly which do not have proper names (eg: p0, P1, etc) which means they are missing metadata from the Android binding.
Syntax
public static List<MetadataMemberInfo> FindMissingMetadata(this ICakeContext context, FilePath assembly)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
assembly |
FilePath |
The assembly file to search in. |
Return Value