HOw can I get System.Type object in JScript.Net?

C

Cok

Hi,

I am using JScript.Net as script in a project,
It need access a remote object (code below)

MyClass obj = (MyClass)Activor.GetObject(type, url).

, How can I get a MyClass's Type object ?

thanks for any advice
..
 
A

AnsweringMachine

"The typeof operator returns type information as a string. All
expressions in JScript have a GetType method. This method returns the
data type (not a string representing the data type) of the expression.
The GetType method provides more information than the typeof operator."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top