DynamicKeyword.DirectCall Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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