Class NativeInterfaceAttribute
Inherited Members
Namespace: WPIUtil.NativeUtilities
Assembly: FRC.WPIUtil.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class NativeInterfaceAttribute : Attribute
Constructors
| Improve this Doc View SourceNativeInterfaceAttribute(Type)
Declaration
public NativeInterfaceAttribute(Type interfaceType)
Parameters
Type | Name | Description |
---|---|---|
Type | interfaceType |
Properties
| Improve this Doc View SourceInterfaceType
Declaration
public Type InterfaceType { get; }
Property Value
Type | Description |
---|---|
Type |