hasmer
|
Utility for working with embedded resources. More...
Static Public Member Functions | |
static string | ReadEmbeddedResource (string name) |
Loads an embedded resource and returns its contents. More... | |
static T | ReadEmbeddedResource< T > (string name) |
Loads an embedded resource as a JSON object. More... | |
static JObject | LoadJsonObject (string name) |
Loads a JSON embedded resource. More... | |
Utility for working with embedded resources.
|
inlinestatic |
Loads a JSON embedded resource.
name | The name of the resource, without the ".json" extension. |
|
inlinestatic |
Loads an embedded resource and returns its contents.
name | The name of the resource, without the ".json" extension. |
|
inlinestatic |
Loads an embedded resource as a JSON object.
name | The name of the resource, without the ".json" extension. |