EmbeddedResourceFileInfo(Assembly, String, String, DateTimeOffset) コンストラクター

定義

resourcePathをベースとして使用して、アセンブリのEmbeddedFileProviderの新しいインスタンスを初期化します。

public:
 EmbeddedResourceFileInfo(System::Reflection::Assembly ^ assembly, System::String ^ resourcePath, System::String ^ name, DateTimeOffset lastModified);
public EmbeddedResourceFileInfo(System.Reflection.Assembly assembly, string resourcePath, string name, DateTimeOffset lastModified);
new Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo : System.Reflection.Assembly * string * string * DateTimeOffset -> Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo
Public Sub New (assembly As Assembly, resourcePath As String, name As String, lastModified As DateTimeOffset)

パラメーター

assembly
Assembly

埋め込みリソースを含むアセンブリ

resourcePath
String

埋め込みリソースへのパス

name
String

このインスタンスの任意の名前

lastModified
DateTimeOffset

使用するDateTimeOffsetLastModified

適用対象