Rhino.NativeScript.GetClassName C# (CSharp) Method

GetClassName() public method

Returns the name of this JavaScript class, "Script".
Returns the name of this JavaScript class, "Script".
public GetClassName ( ) : string
return string
		public override string GetClassName()
		{
			return "Script";
		}