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
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.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib.dll
TypeLibFuncAttribute Members | System.Runtime.InteropServices Namespace