Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

LibraryImportAttribute.StringMarshalling Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets an object that specifies how to marshal string arguments to the method.

public:
 property System::Runtime::InteropServices::StringMarshalling StringMarshalling { System::Runtime::InteropServices::StringMarshalling get(); void set(System::Runtime::InteropServices::StringMarshalling value); };
public System.Runtime.InteropServices.StringMarshalling StringMarshalling { get; set; }
member this.StringMarshalling : System.Runtime.InteropServices.StringMarshalling with get, set
Public Property StringMarshalling As StringMarshalling

Property Value

Remarks

If this field is set to a value other than Custom, StringMarshallingCustomType must not be specified.

Applies to


Feedback

Was this page helpful?