NativeMarshallingAttribute(Type) Конструктор

Определение

Инициализирует новый экземпляр NativeMarshallingAttribute , предоставляющий собственный тип маршализации.

public:
 NativeMarshallingAttribute(Type ^ nativeType);
public NativeMarshallingAttribute(Type nativeType);
new System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute : Type -> System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute
Public Sub New (nativeType As Type)

Параметры

nativeType
Type

Тип маршаллатора, используемый для преобразования типа атрибута из управляемого в машинный код.

Применяется к