DictClass Class
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.
The DictClass class provides information about a class.
public ref class DictClass : Microsoft::Dynamics::Ax::Xpp::XppObjectBase
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
public class DictClass : Microsoft.Dynamics.Ax.Xpp.XppObjectBase
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
type DictClass = class
inherit XppObjectBase
Public Class DictClass
Inherits XppObjectBase
- Inheritance
- Attributes
Constructors
DictClass() | |
DictClass(Int32) | |
DictClass(IntPtr) |
Fields
kernelClass | (Inherited from XppObjectBase) |
Properties
AxClassId | |
MetaClass |
Methods
__shouldCallNew(Type) | (Inherited from XppObjectBase) |
addXppProxyReference(Type, Object) | (Inherited from XppObjectBase) |
Call(String, Object[], Type[], Object[]) | (Inherited from XppObjectBase) |
Callobject(String, XppObjectBase, Object[]) |
Calls a method on an object. |
Callstatic(String, Object[]) |
Calls a static method. |
cancelTimeOut(Int32) | (Inherited from XppObjectBase) |
createKernelClass(Object[], Type[], Object[]) | (Inherited from XppObjectBase) |
Createobject(String, Object[]) | |
equal(XppObjectBase) | (Inherited from XppObjectBase) |
Extend() |
Provides the ID for the class that a specified class extends. |
Extendedby() |
Provides a List object for the classes that extend a specified class. |
Extendedby(Boolean) | |
finalize() | (Inherited from XppObjectBase) |
Getallattributes() |
Retrieves the full set of attributes for the class. |
Getattribute(String) |
Gets the first matching attribute from the class header metadata, creates an instance of the Object class that represents it, and returns it. |
Getattributedclasses(String) | |
Getattributes(String) | |
GetExtendedByList(String, Boolean) | |
GetExtendedByXppList(String, Boolean) | |
GetExtensionClassName(Int32) | |
GetIntPtr() | (Inherited from XppObjectBase) |
GetKernelInstanceUniqueId() | (Inherited from XppObjectBase) |
GetNumberOfExtensions() | |
getTimeOutTimerHandle() | (Inherited from XppObjectBase) |
getXppProxyReference(Type) | (Inherited from XppObjectBase) |
handle() | |
Id() |
Provides the ID for a specified class. |
Implements(Int32) |
Provides the ID for a specified interface that a class implements. |
Implementscnt() |
Indicates the number of interfaces that a class implements. |
Isabstract() |
Indicates whether a class is abstract. |
Isfinal() |
Indicates whether a class is final. |
Isinterface() |
Indicates whether an object is an interface. |
Iskernel() |
Indicates whether a class is a kernel class. |
IsManagedValid() | |
Isrunable() |
Indicates whether a class can be run. |
kernelhandle() | |
KernelInstanceDisposed() | (Inherited from XppObjectBase) |
Makeobject(Object[]) |
Creates an object. |
MakeReflectionCall(String, Object[]) | (Inherited from XppObjectBase) |
Name() |
Provides the name of a class. |
newmethod() | (Inherited from XppObjectBase) |
newmethod(Int32) |
Initializes a new instance of the Object class. |
notify() | (Inherited from XppObjectBase) |
notifyAll() | (Inherited from XppObjectBase) |
Objectmethod(Int32) |
Provides the name of a specified instance method in a class. |
Objectmethodcnt() |
Indicates the number of instance methods in a class. |
Objectmethodobject(Int32) |
Provides information about a specified instance method in a class by returning a DictMethod object. |
objectOnServer() |
Obsolete.
(Inherited from XppObjectBase)
|
Runmode() |
Specifies where a class is executed. |
setTimeOut(String, Int32, Boolean) |
Obsolete.
(Inherited from XppObjectBase)
|
setTimeOut(String, Int32) |
Obsolete.
(Inherited from XppObjectBase)
|
Staticmethod(Int32) |
Provides the name of a specified static method in a class. |
Staticmethodcnt() |
Indicates the number of static methods in a class. |
Staticmethodobject(Int32) |
Provides information about a specified static method in a class by returning a DictMethod object. |
usageCount() | (Inherited from XppObjectBase) |
VerifyKernelClass() | (Inherited from XppObjectBase) |
wait() | (Inherited from XppObjectBase) |
Xml() | (Inherited from XppObjectBase) |
Xml(Int32) | (Inherited from XppObjectBase) |