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!

CustomAttributeBuilder Class

CustomAttributeBuilder is a helper class to help build custom attributes.

Object
   CustomAttributeBuilder

[Visual Basic]
Public Class CustomAttributeBuilder
[C#]
public class CustomAttributeBuilder
[C++]
public __gc class CustomAttributeBuilder
[JScript]
public class CustomAttributeBuilder

Remarks

Use the CustomAttributeBuilder object returned by the constructor to set the custom attribute using the SetCustomAttribute method.

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

CustomAttributeBuilder Members | System.Reflection.Emit Namespace