C# 클래스 Cgw.Common.FileOperation

파일 보기 프로젝트 열기: eSDK/esdk_Cgw

공개 프로퍼티들

프로퍼티 타입 설명
log NLog.Logger

공개 메소드들

메소드 설명
WriteFile ( string path, string content ) : void

写文件

메소드 상세

WriteFile() 공개 메소드

写文件
public WriteFile ( string path, string content ) : void
path string
content string
리턴 void

프로퍼티 상세

log 공개적으로 정적으로 프로퍼티

记录日志操作类.
public static NLog.Logger log
리턴 NLog.Logger