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!

TypeLibFuncAttribute Class

Contains the FUNCFLAGS that were originally imported for this function from the COM type library.

Object
   Attribute
      TypeLibFuncAttribute

[Visual Basic]
Public Class TypeLibFuncAttribute
   Inherits Attribute
[C#]
public class TypeLibFuncAttribute : Attribute
[C++]
public __gc class TypeLibFuncAttribute : public Attribute
[JScript]
public class TypeLibFuncAttribute extends Attribute

Remarks

Can be used to attribute methods.

This attribute is set by the type library importer and should never be changed. The attribute is designed to be used by tools that need to know how the original FUNCFLAGS were set. The NGWS runtime does not use this attribute.

See the Interop spec for complete details on this attribute.

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

TypeLibFuncAttribute Members | System.Runtime.InteropServices Namespace