Click or drag to resize

DefaultResourceManager Methods

The DefaultResourceManager type exposes the following members.

Methods
  NameDescription
Public methodAddDefaultSearchPath
Adds the default search path.
Public methodAddSearchPathElement
Adds to the search path
Public methodGetResourceAsStream
Attempts to retrieve the resource identified by the specified name as a stream. If the stream can not be retrieved, this method returns null.
Public methodResolveResourceFile(String)
Resolves a resource and returns the file INFO.
Public methodResolveResourceFile(String, String)
Resolves a resource and returns the file INFO.
Public methodResolveResourceURL
Resolves a resource and the URL for the resource
Top
See Also