Search Results for

    Show / Hide Table of Contents

    Class DllImportResolver

    Inheritance
    object
    DllImportResolver
    Implements
    INativeLibraryRegisterMapping
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Bullet
    Assembly: Evergine.Bullet.dll
    Syntax
    public class DllImportResolver : INativeLibraryRegisterMapping

    Methods

    TryGetLibraryNameFor(string, PlatformType, out string)

    Determines if a platform has a explicit library name for a given platform.

    Declaration
    public bool TryGetLibraryNameFor(string libraryName, PlatformType platform, out string platformLibraryName)
    Parameters
    Type Name Description
    string libraryName

    Library name.

    PlatformType platform

    Target platform.

    string platformLibraryName

    Platform specific library name.

    Returns
    Type Description
    bool

    True if there is an explicit mapping; false otherwise.

    Implements

    INativeLibraryRegisterMapping

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX