StringAsTempFile クラス

定義

注意事項

Use Microsoft.AspNetCore.SpaServices.Extensions

プロセス終了後に確実にクリーンされるように、スクリプト ファイルを Node に簡単に渡すことができます。

public ref class StringAsTempFile sealed : IDisposable
public sealed class StringAsTempFile : IDisposable
[System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public sealed class StringAsTempFile : IDisposable
type StringAsTempFile = class
    interface IDisposable
[<System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")>]
type StringAsTempFile = class
    interface IDisposable
Public NotInheritable Class StringAsTempFile
Implements IDisposable
継承
StringAsTempFile
属性
実装

コンストラクター

StringAsTempFile(String, CancellationToken)
古い.

StringAsTempFile の新しいインスタンスを作成します。

プロパティ

FileName
古い.

一時ファイルのファイル名を指定します。

メソッド

Dispose()
古い.

インスタンスを破棄し、関連付けられている一時ファイルを削除します。

Finalize()
古い.

Dispose(false) を呼び出して、IDisposable パターンのファイナライズ部分を実装します。

適用対象