C# 클래스 System.ComponentModel.Design.RuntimeLicenseContext

상속: System.ComponentModel.LicenseContext
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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