Description Usage Arguments Value Examples
Get the COM variant type of a CLR object, e.g. "VT_ARRAY | VT_I8". This function only works when run on the Microsoft implementation of the CLR. This function is useful for advanced diagnosis; most users should never have to use it.
1 |
objOrType |
a CLR object, or type name, possibly namespace and assembly qualified type name, e.g. 'My.Namespace.MyClass,MyAssemblyName'. |
methodName |
the name of the method called on the object or class specified with objOrType |
... |
one or more arguments to pass to the function call |
A string
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.