码迷,mamicode.com
首页 > 其他好文 > 详细

Xamarin Assets文件读取

时间:2019-12-12 14:53:13      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:manage   man   文件读取   添加   android中   ogg   xpl   creat   action   

在Assets文件夹中添加nlog.config文件,在属性中将Build Action设置为AndroidAsset

var steam = Assets.Open("nlog.config");
var xmlReader = System.Xml.XmlReader.Create(steam);
NLog.LogManager.Configuration = new NLog.Config.XmlLoggingConfiguration(xmlReader, null);

NLog在Xamarin Android中的配置

Xamarin Assets文件读取

标签:manage   man   文件读取   添加   android中   ogg   xpl   creat   action   

原文地址:https://www.cnblogs.com/Lulus/p/12028942.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!