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