Used on a parameter or field to indicate that data should be marshaled in to the caller.
[Visual Basic] Public Class InAttribute Inherits Attribute [C#] public class InAttribute : Attribute [C++] public __gc class InAttribute : public Attribute [JScript] public class InAttribute extends Attribute
Can be used to attribute parameters.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib.dll
InAttribute Members | System.Runtime.InteropServices Namespace