TypeLibFuncAttribute Constructor (TypeLibFuncFlags)

 

Initializes a new instance of the TypeLibFuncAttribute class with the specified System.Runtime.InteropServices::TypeLibFuncFlags value.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

public:
TypeLibFuncAttribute(
	TypeLibFuncFlags flags
)

Parameters

flags
Type: System.Runtime.InteropServices::TypeLibFuncFlags

The TypeLibFuncFlags value for the attributed method as found in the type library it was imported from.

.NET Framework
Available since 1.1
Return to top
Show: