SimpleFileHandle(IExceptionContext, String, Boolean, Boolean) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- ectx
- IExceptionContext
- path
- String
- needsWrite
- Boolean
- autoDelete
- Boolean