BlackBerry.ApplicationDescriptor.NativeLibraryAttribute.NativeLibraryAttribute C# (CSharp) Method

NativeLibraryAttribute() public method

public NativeLibraryAttribute ( Architecture arch, string path ) : System
arch Architecture
path string
return System
        public NativeLibraryAttribute(Architecture arch, string path)
        {
            Architecture = arch;
            Path = path;
        }

Same methods

NativeLibraryAttribute::NativeLibraryAttribute ( string path ) : System
NativeLibraryAttribute