NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Module.GetCustomAttributes (Type)

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[];

Parameters

attributeType
[To be supplied]

Return Value

Returns a Module representing the immediate caller.

Remarks

The caller is the thread that called the static method in this module.

See Also

Module Class | Module Members | System.Reflection Namespace | Module.GetCustomAttributes Overload List