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!

Attribute.GetCustomAttributes (Assembly)

Returns an array of all the custom attributes defined on this assembly.

[Visual Basic]
Overloads Public Shared Function GetCustomAttributes( _
   ByVal element As Assembly _
) As Attribute ()
[C#]
public static Attribute[] GetCustomAttributes(
   Assembly element
);
[C++]
public: static Attribute* GetCustomAttributes(
   Assembly* element
) [];
[JScript]
public static function GetCustomAttributes(
   element : Assembly
) : Attribute[];

Parameters

element
The assembly on which to look for custom attributes.

Return Value

Returns an array of all the custom attributes defined on this assembly.

See Also

Attribute Class | Attribute Members | System Namespace | Attribute.GetCustomAttributes Overload List