ResourceRegistry Class |
Namespace: Tangosol.IO.Resources
public class ResourceRegistry
The ResourceRegistry type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetHandler |
Returns resource handler for the protocol name specified.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsHandlerRegistered |
Determines whether a handler is registered for the specified
protocol.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | RegisterHandler |
Registers resource handler for a specified protocol.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The following protocols and resource handlers are registered by default:
file - FileResourcehttp/https/ftp - UrlResourceassembly/asm - EmbeddedResourceweb - WebResource