C# 클래스 WkHtmlToXSharp.WkHtmlToXLibrariesManager

파일 보기 프로젝트 열기: hmadrigal/playground-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
DeployLibrary ( Stream stream, string fileName, System.DateTime timestamp ) : void
Register ( INativeLibraryBundle bundle ) : void

비공개 메소드들

메소드 설명
CopyStream ( Stream input, Stream output ) : byte[]
DeployLibraries ( ) : void
InitializeNativeLibrary ( ) : void
IsFileLocked ( string filePath ) : bool

메소드 상세

DeployLibrary() 공개 메소드

public DeployLibrary ( Stream stream, string fileName, System.DateTime timestamp ) : void
stream Stream
fileName string
timestamp System.DateTime
리턴 void

Register() 공개 정적인 메소드

public static Register ( INativeLibraryBundle bundle ) : void
bundle INativeLibraryBundle
리턴 void