Share via


DictClass.RunMode Method

Specifies where a class is executed.

Syntax

public ClassRunMode RunMode()

Run On

Called

Return Value

Type: ClassRunMode Enumeration
A ClassRunMode system enumeration value that indicates where a class is executed.

Remarks

The following are the possible return values:

  • The Called value.

  • The Client value.

  • The ClientorServer value.

  • The Server value.

See Also

Reference

DictClass Class