CLR.Static
将返回对静态.NET对象的引用。您可以使用此函数来访问不具有任何实例并仅包含静态成员的.NET类型。
签名
CLR.Static(strTypeNameCLR : String) -> object |
示例(JScript)
// Get the value of a .NET Enum into a variable |
将返回对静态.NET对象的引用。您可以使用此函数来访问不具有任何实例并仅包含静态成员的.NET类型。
CLR.Static(strTypeNameCLR : String) -> object |
// Get the value of a .NET Enum into a variable |