ResourceLocationAttribute 类

定义

提供程序集的资源位置。

public ref class ResourceLocationAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
public class ResourceLocationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)>]
type ResourceLocationAttribute = class
    inherit Attribute
Public Class ResourceLocationAttribute
Inherits Attribute
继承
ResourceLocationAttribute
属性

构造函数

名称 说明
ResourceLocationAttribute(String)

创建新的 ResourceLocationAttribute

属性

名称 说明
ResourceLocation

此程序集的资源的位置。

适用于