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!

Assembly.GetCustomAttributes ()

Gets all the custom attributes for this assembly.

[Visual Basic]
Overloads Overridable Public Function GetCustomAttributes() As Object ()
[C#]
public virtual object[] GetCustomAttributes();
[C++]
public: virtual Object* GetCustomAttributes() [];
[JScript]
public function GetCustomAttributes() : Object[];

Return Value

An array of objects representing the custom attributes for this assembly.

See Also

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