Method | Description | |
---|---|---|
DeployLibrary ( Stream stream, string fileName, System.DateTime timestamp ) : void | ||
Register ( INativeLibraryBundle bundle ) : void |
Method | Description | |
---|---|---|
CopyStream ( Stream input, Stream output ) : byte[] | ||
DeployLibraries ( ) : void | ||
InitializeNativeLibrary ( ) : void | ||
IsFileLocked ( string filePath ) : bool |
public DeployLibrary ( Stream stream, string fileName, System.DateTime timestamp ) : void | ||
stream | Stream | |
fileName | string | |
timestamp | System.DateTime | |
return | void |
public static Register ( INativeLibraryBundle bundle ) : void | ||
bundle | INativeLibraryBundle | |
return | void |