'Declaration Public Sub UseEmbeddedTemplates( _ ByVal resourcePrefix As String, _ ByVal assembly As Assembly _ )
public void UseEmbeddedTemplates( string resourcePrefix, Assembly assembly )
Parameters
- resourcePrefix
- A System.String value indicating the prefix used to locate the embedded templates within the assembly.
- assembly
- An System.Reflection.Assembly object containing the templates.