To be supplied
[Visual Basic] Overloads Overridable Public Function GetCustomAttributes( _ ByVal attributeType As Type _ ) As Object () [C#] public virtual object[] GetCustomAttributes( Type attributeType ); [C++] public: virtual Object* GetCustomAttributes( Type* attributeType ) []; [JScript] public function GetCustomAttributes( attributeType : Type ) : Object[];
Returns a Module representing the immediate caller.
The caller is the thread that called the static method in this module.
Module Class | Module Members | System.Reflection Namespace | Module.GetCustomAttributes Overload List