Skip to main content
All docs
V25.2
  • ProcessStartPolicy.InvokeRestricted(Action) Method

    This member is for advanced configuration. It supports the internal infrastructure, and is not intended to be used directly from your code.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.Desktop.v25.2.dll

    Declaration

    public static void InvokeRestricted(
        Action restrictedAction
    )

    Parameters

    Name Type
    restrictedAction Action

    Remarks

    See the following topic for more information: Suppress New Processes Initiated by .NET Controls.

    See Also