Class UnmanagedFunctionNameAttribute
An attribute that represents the name of an unmanaged function to import.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
[AttributeUsage(AttributeTargets.Delegate)]
public class UnmanagedFunctionNameAttribute : Attribute
Constructors
| Edit this page View SourceUnmanagedFunctionNameAttribute(string)
Constructs a new UnmanagedFunctionName.
Declaration
public UnmanagedFunctionNameAttribute(string unmanagedFunctionName)
Parameters
Type | Name | Description |
---|---|---|
string | unmanagedFunctionName | Name of the function. |
Properties
| Edit this page View SourceUnmanagedFunctionName
Name of the unmanaged function.
Declaration
public string UnmanagedFunctionName { get; }
Property Value
Type | Description |
---|---|
string |