SimpleFileHandle(IExceptionContext, String, Boolean, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public SimpleFileHandle (Microsoft.ML.Runtime.IExceptionContext ectx, string path, bool needsWrite, bool autoDelete);
new Microsoft.ML.Data.SimpleFileHandle : Microsoft.ML.Runtime.IExceptionContext * string * bool * bool -> Microsoft.ML.Data.SimpleFileHandle
Public Sub New (ectx As IExceptionContext, path As String, needsWrite As Boolean, autoDelete As Boolean)
Parameters
- ectx
- IExceptionContext
- path
- String
- needsWrite
- Boolean
- autoDelete
- Boolean