Determines whether the dependencies of this module should be processed before.

Namespace:  PostSharp.Extensibility
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public Property ProcessDependenciesFirst As Boolean
C#
public bool ProcessDependenciesFirst { get; set; }
Visual C++
public:
property bool ProcessDependenciesFirst {
	bool get ();
	void set (bool value);
}

Remarks

If this property is true, the PostSharp Object will call the GetProjectInvocationParameters(String, String, AssemblyName) for each dependency.

See Also