Search Results for

    Show / Hide Table of Contents

    Class DllImportData

    Inheritance
    object
    DllImportData
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public sealed class DllImportData

    Properties

    BestFitMapping

    Declaration
    public bool? BestFitMapping { get; }
    Property Value
    Type Description
    bool?

    CallingConvention

    Declaration
    public CallingConvention CallingConvention { get; }
    Property Value
    Type Description
    CallingConvention

    CharacterSet

    Declaration
    public CharSet CharacterSet { get; }
    Property Value
    Type Description
    CharSet

    EntryPointName

    Declaration
    public string? EntryPointName { get; }
    Property Value
    Type Description
    string

    ExactSpelling

    Declaration
    public bool ExactSpelling { get; }
    Property Value
    Type Description
    bool

    ModuleName

    Declaration
    public string? ModuleName { get; }
    Property Value
    Type Description
    string

    SetLastError

    Declaration
    public bool SetLastError { get; }
    Property Value
    Type Description
    bool

    ThrowOnUnmappableCharacter

    Declaration
    public bool? ThrowOnUnmappableCharacter { get; }
    Property Value
    Type Description
    bool?
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0