BaseCodeGenerator.Dispose Method

 

Releases the resources used by the BaseCodeGenerator class.

Namespace:   Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

NameDescription
System_CAPS_pubmethodDispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

System_CAPS_protmethodDispose(Boolean)

Releases unmanaged and - optionally - managed resources.


BaseCodeGenerator.Dispose Method ()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

BaseCodeGenerator.Dispose Method (Boolean)

Releases unmanaged and - optionally - managed resources.

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.