C# 클래스 System.ComponentModel.LicenseProvider

상속: Object
파일 보기 프로젝트 열기: mikedn/runtime 1 사용 예제들

공개 메소드들

메소드 설명
GetLicense ( System.ComponentModel.LicenseContext context, Type type, object? instance, bool allowExceptions ) : License?

When overridden in a derived class, gets a license for an instance or type of component.

메소드 상세

GetLicense() 공개 추상적인 메소드

When overridden in a derived class, gets a license for an instance or type of component.
public abstract GetLicense ( System.ComponentModel.LicenseContext context, Type type, object? instance, bool allowExceptions ) : License?
context System.ComponentModel.LicenseContext
type Type
instance object?
allowExceptions bool
리턴 License?