C# Класс System.ComponentModel.Design.RuntimeLicenseContext

Наследование: System.ComponentModel.LicenseContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetSavedLicenseKey ( Type type, Assembly resourceAssembly ) : string

Приватные методы

Метод Описание
CaseInsensitiveManifestResourceStreamLookup ( Assembly satellite, string name ) : Stream
GetLocalPath ( string fileName ) : string

This method takes a file URL and converts it to a local path. The trick here is that if there is a '#' in the path, everything after this is treated as a fragment. So we need to append the fragment to the end of the path.

OpenRead ( Uri resourceUri ) : Stream

Описание методов

GetSavedLicenseKey() публичный Метод

public GetSavedLicenseKey ( Type type, Assembly resourceAssembly ) : string
type System.Type
resourceAssembly System.Reflection.Assembly
Результат string