DictClass.newmethod(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Object class.
protected:
void newmethod(int num1);
protected void newmethod (int num1);
override this.newmethod : int -> unit
Protected Sub newmethod (num1 As Integer)
Parameters
- num1
- Int32
Remarks
Class IDs are unsigned integers and are therefore always in the range 0 to 65535. The method does not fail if an invalid class ID is passed. You can pass a class name to the method instead of a class ID by using the classNum intrinsic function. For more information, see "Intrinsic Functions".