Interface Constructor
Namespace: Telerik.OpenAccess.Reflect
Assembly: Telerik.OpenAccess.Runtime.dll
Syntax
public interface Constructor
Methods
getDeclaringClass()
getModifiers()
Declaration
int getModifiers()
Returns
System.
|
getName()
Declaration
string getName()
Returns
System.
|
getParameterTypes()
newInstance(Object[])
Declaration
object newInstance(object[] args)
Parameters
System.
|
Returns
System.
|