EmbeddedResources.WriteEmbeddedResources Method

NDoc Core

NDoc Documentation

EmbeddedResources.WriteEmbeddedResources Method 

Writes all the embedded resources with the specified prefix to disk.

public static void WriteEmbeddedResources(
   Assembly assembly,
   string prefix,
   string directory
);

Parameters

assembly
The assembly containing the embedded resources.
prefix
The prefix to search for.
directory
The directory to write the resources to.

See Also

EmbeddedResources Class | NDoc.Core Namespace