Share via


CCallbackAttribute Class

Definition

This attribute is applied to delegate parameters in a delegate to specify that the delegate parameter needs an C-style bridge.

[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false)]
public class CCallbackAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false)>]
type CCallbackAttribute = class
    inherit Attribute
Inheritance
CCallbackAttribute
Attributes

Constructors

Name Description
CCallbackAttribute()

Initializes a new instance of the CCallbackAttribute class.

Applies to

See also