Class OutAttribute
Indicates that data should be marshaled from callee back to caller.
Inherited Members
Namespace: System.Runtime.InteropServices
Assembly: mscorlib.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class OutAttribute : Attribute
Constructors
OutAttribute()
Declaration
public OutAttribute()