SimpleFileHandle(IExceptionContext, String, Boolean, Boolean) 构造函数

定义

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)

参数

path
String
needsWrite
Boolean
autoDelete
Boolean

适用于