SimpleFileHandle(IExceptionContext, String, Boolean, Boolean) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- ectx
- IExceptionContext
- path
- String
- needsWrite
- Boolean
- autoDelete
- Boolean