Inheritance: UnityEditor.Modules.DefaultPluginImporterExtension
 public override IPluginImporterExtension CreatePluginImporterExtension()
 {
     return ((this.pluginImporterExtension != null) ? this.pluginImporterExtension : (this.pluginImporterExtension = new AndroidPluginImporterExtension()));
 }
 public bool ConflictsWith(AndroidPluginImporterExtension.PluginInfo other)
 {
     return ((this.assetName == other.assetName) && (((this.cpuType == "AnyCPU") || (other.cpuType == "AnyCPU")) || (other.cpuType == this.cpuType)));
 }