DynamicKeyword.DirectCall Property

Definition

If true, then don't use the marshalled call. Just rewrite the node as a simple direct function call. If NameMode is other than NoName, then the name of the instance will be passed as the parameter -InstanceName.

public:
 property bool DirectCall { bool get(); void set(bool value); };
public:
 property bool DirectCall { bool get(); void set(bool value); };
public bool DirectCall { get; set; }
member this.DirectCall : bool with get, set
Public Property DirectCall As Boolean

Property Value

Applies to