Click or drag to resize

EmbeddedResourceVirtualFile Properties

The EmbeddedResourceVirtualFile type exposes the following members.

Properties
  Name Description
Public property ContainingAssembly Gets a reference to the assembly containing the virtual file.
Public property IsDirectory Gets a value that indicates that this is a virtual resource that should be treated as a file.
(Inherited from VirtualFile)
Public property Name Gets the display name of the virtual resource.
(Inherited from VirtualFileBase)
Public property ResourcePath Gets the path to the embedded resource in the containing assembly.
Public property VirtualPath Gets the virtual file path.
(Inherited from VirtualFileBase)
Top
See Also