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

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

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