Table of Contents

Class ResourceHelper

Namespace
Xarial.XToolkit.Reflection
Assembly
BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
public static class ResourceHelper
Inheritance
ResourceHelper
Inherited Members

Methods

GetResource<T>(Type, string)

public static T GetResource<T>(Type resType, string resName)

Parameters

resType Type
resName string

Returns

T

Type Parameters

T

GetValue(object, Type, string[])

public static object GetValue(object obj, Type type, string[] prpsPath)

Parameters

obj object
type Type
prpsPath string[]

Returns

object