EmbeddedResourceFileSystem Constructor (String)

Initializes a new instance of the EmbeddedResourceFileSystem class using the calling assembly and specified base namespace.

Namespace:  Microsoft.Owin.FileSystems
Assembly:  Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)

Syntax

'Declaration
Public Sub New ( _
    baseNamespace As String _
)
'Usage
Dim baseNamespace As String 

Dim instance As New EmbeddedResourceFileSystem(baseNamespace)
public EmbeddedResourceFileSystem(
    string baseNamespace
)
public:
EmbeddedResourceFileSystem(
    String^ baseNamespace
)
new : 
        baseNamespace:string -> EmbeddedResourceFileSystem
public function EmbeddedResourceFileSystem(
    baseNamespace : String
)

Parameters

  • baseNamespace
    Type: System.String
    The base namespace that contains the embedded resources.

See Also

Reference

EmbeddedResourceFileSystem Class

EmbeddedResourceFileSystem Overload

Microsoft.Owin.FileSystems Namespace