Loads a static member.
Syntax
1
load_static_member(type_name, member_name)
| Argument | Type | Description | 
|---|---|---|
| type_name | string | The name of the type that declares the field or property. | 
| member_name | string | The name of the field or property to load. | 
Returns: 1
Description
This function loads a static member.