Can a TypeProvider add a Resource to the generated assembly?

Viewed 139

Is it possible for a generative type provider, when using the ProvidedTypes API, to add resources in addition to types to the assembly?

I'd like to build in specific resources generated along with the concrete types built by my provider. If this is possible, how would I accomplish it?

1 Answers
Related