EmbeddedResources.WriteEmbeddedResource Method

NDoc Core

NDoc Documentation

EmbeddedResources.WriteEmbeddedResource Method 

Writes an embedded resource to disk.

public static void WriteEmbeddedResource(
   Assembly assembly,
   string name,
   string directory,
   string filename
);

Parameters

assembly
The assembly containing the embedded resource.
name
The name of the embedded resource.
directory
The directory to write the resource to.
filename
The filename of the resource on disk.

See Also

EmbeddedResources Class | NDoc.Core Namespace